<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dockerイメージ &#8211; 開発記録</title>
	<atom:link href="https://www.kthksgy.com/tag/docker%E3%82%A4%E3%83%A1%E3%83%BC%E3%82%B8/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kthksgy.com</link>
	<description>開発メモです。現在レイアウトが一部崩れている箇所があります。</description>
	<lastBuildDate>Wed, 22 Apr 2020 02:41:02 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2.2</generator>
	<item>
		<title>SpeedtestのDockerイメージを作った</title>
		<link>https://www.kthksgy.com/docker/docker-speedtest/</link>
					<comments>https://www.kthksgy.com/docker/docker-speedtest/#respond</comments>
		
		<dc:creator><![CDATA[kthksgy]]></dc:creator>
		<pubDate>Tue, 21 Apr 2020 23:12:55 +0000</pubDate>
				<category><![CDATA[Docker]]></category>
		<category><![CDATA[Dockerイメージ]]></category>
		<guid isPermaLink="false">https://www.kthksgy.com/?p=4</guid>

					<description><![CDATA[Linuxで回線速度を測る時に使用するSpeedtestを使いたい時がたまにあります。 初期セットアップ時に導入していつでも使えるようにした所でそんなに使わない、かといって使いたい時が全く無いわけでは無い……。 なので測&#8230;]]></description>
										<content:encoded><![CDATA[<p>Linuxで回線速度を測る時に使用する<a class="wp-editor-md-post-content-link" href="https://www.speedtest.net/">Speedtest</a>を使いたい時がたまにあります。</p>
<p>初期セットアップ時に導入していつでも使えるようにした所でそんなに使わない、かといって使いたい時が全く無いわけでは無い……。</p>
<p>なので測りたい時だけ導入して終わったら無かった事に出来るように、Dockerイメージを作成しました。</p>
<h2>実行</h2>
<p><code>docker run --rm kthksgy/speedtest:latest</code>を実行してください。</p>
<p>初回のみイメージのダウンロードが行われます。</p>
<pre><code class="language-shell line-numbers">$ docker run --rm kthksgy/speedtest:latest
==============================================================================

You may only use this Speedtest software and information generated
from it for personal, non-commercial use, through a command line
interface on a personal computer. Your use of this software is subject
to the End User License Agreement, Terms of Use and Privacy Policy at
these URLs:

        https://www.speedtest.net/about/eula
        https://www.speedtest.net/about/terms
        https://www.speedtest.net/about/privacy

==============================================================================

License acceptance recorded. Continuing.


   Speedtest by Ookla

     Server: kdatacenter.com - Seoul (id = 6527)
        ISP: NTT
    Latency:    47.35 ms   (7.76 ms jitter)
   Download:   284.09 Mbps (data used: 436.8 MB)
     Upload:    79.45 Mbps (data used: 152.3 MB)
Packet Loss:     0.0%
 Result URL: https://www.speedtest.net/result/c/7cc958a8-c2f3-4753-be72-07b529c03698
</code></pre>
<p>測定が終了すると結果を出力した後に自動でコンテナが破棄されます。</p>
<h3>エラー時</h3>
<p>エラー時には動作が停止してしまうようなので、<code>Ctrl + C</code>か<code>docker stop [CONTAINER_ID]</code>で停止させてください。</p>
<h2>参考文献</h2>
<ul>
<li><a class="wp-editor-md-post-content-link" href="https://hub.docker.com/repository/docker/kthksgy/speedtest">kthksgy/speedtest | Docker Hub</a></li>
<li><a class="wp-editor-md-post-content-link" href="https://github.com/kthksgy/docker-speedtest">kthksgy/docker-speedtest | GitHub</a></li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.kthksgy.com/docker/docker-speedtest/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
