katilp / sandbox

My trials
0 stars 0 forks source link

notes: push to dockerhub #52

Open katilp opened 4 years ago

katilp commented 4 years ago

tag a pulled container and push it to docker hub

docker tag [the full container name with registry] [the new registry name and container name]

docker login docker.io

docker push  [the new registry name and container name]