Digital Marketing

Pushing the container to Docker Hub

docker commit -m "your comment" -a "Your FULL NAME" docker-name-or-id your-Docker-Hub-user-name/docker-image-name:latest

Next we need to login to Docker Hub with the command:

docker login

docker push your-Docker-Hub-user-name/docker-image-name

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database