LoginSignup

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 5 years have passed since last update.

tech-cricle rosハンズオン 事前準備のDockerイメージダウンロードがまだの方

Last updated at Posted at 2016-04-06

Dockerイメージのダウンロードがまだの方

Dockerイメージが2.3Gと重いため、共用wi-fiを使ってのダウンロードは禁止とさせていただきます。
USBにイメージを用意していますので、スタッフにお声がけください。

3. 使用するDockerイメージのダウンロード

↓これの代わりに

docker pull ykoga/pepper-ros-handson

↓これを実行

cat pepper-ros-handson.tar | docker import - ykoga/pepper-ros-handson

実行後しばらく応答が返ってこない状態になりますが、ちゃんとインポートしているので我慢強く待っていてください。

docker run で 「Cannot connect to the Docker daemon.」と表示される

docker runで上記のエラーが表示される方は以下を実行して再度ためしてください

docker-machine restart default

eval $(docker-machine env default)
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up