I ve created my own docker file ( that runs a shell script which prints \"helloworld\"). The image is \"hellodocker\" and the tag is \"mytag\" I now have:
ba
If you want hellodocker repository under myuserid namespace, you have to first tag your local hellodocker to myuseridlike:
hellodocker
myuserid
docker tag hellodocker myuserid/hellodocker
And then push this myuserid/hellodocker repository to hub like:
myuserid/hellodocker
docker push myuserid/hellodocker