Docker hub is very useful for maintaining images, especially when working with many machines with the same image.

Here is my DockerHub

Push

$ docker push codeslake/tensorflow-1.10.0:latest

Pull

$ docker pull codeslake/tensorflow-1.10.0:latest

Leave a comment