Publishing images to dockerhub
Tag image
$ docker image tag your-image:latest youraccount/your-image:latest
Push to dockerhub
$ docker image push youraccount/your-image
Tag image
$ docker image tag your-image:latest youraccount/your-image:latest
Push to dockerhub
$ docker image push youraccount/your-image