Dockerhubを使ってみる
やりたいこと
dockerhubでimageを管理したい
dockerhubにpushする手順
アカウントの登録: https://hub.docker.com/
Create Repository
imageのrepository nameをdockerhubのrepository nameと揃える
- ex: $ docker tag [image ID] einstein25/chainer-ros-gpu:v1
pushする
- ex: $ docker push einstein25/chainer-ros-gpu:v1
That's all ! 簡単!!