[Docker] Push to or pull from docker hub
less than 1 minute read
Docker hub is very useful for maintaining images, especially when you are working with many machines with the same image.
Push
$ docker push codeslake/tensorflow-1.10.0:latest
Pull
$ docker pull codeslake/tensorflow-1.10.0:latest