Reputation: 5823
I know how to publish/push docker image but I'm completely thrown off on how one can publish Dockerfile
. For e.g. https://hub.docker.com/r/tutum/node/~/dockerfile/
Currently, I'm pushing images with the following command:-
docker push myusername/myimage
Upvotes: 0
Views: 353