docker tag oldimage tecknovice/newimage
docker login
docker push tecknovice/newimage
Subscribe to:
Post Comments (Atom)
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 ...
-
Create the Node.js app First, create a new directory where all the files would live. In this directory create a package.json file that d...
-
To get started with Docker Engine on Ubuntu, make sure you meet the prerequisites , then install Docker . Prerequisites OS requirement...
-
Based on a howto, i created a new image based on an existing one. now i don´t have a Dockerfile and there are things happening, when the co...
No comments:
Post a Comment