Friday, July 6, 2018

Clone a image to my repo

docker tag oldimage tecknovice/newimage
docker login
docker push tecknovice/newimage

No comments:

Post a Comment

Manage Docker as a non-root user

  The Docker daemon binds to a Unix socket instead of a TCP port. By default that Unix socket is owned by the user   root   and other users ...