Clone docker image to dockerhub account

1 min read
$    docker pull NAME:tag
$    docker tag NAME:tag myaccount/name:tag
$    docker login
#    yourname
#    password
$    docker push myaccount/name:tag

source : https://stackoverflow.com/questions/25310770/clone-docker-image-to-dockerhub-account

Share this post

Found this helpful? Share it with others.

comments powered by Disqus