Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in DevOps and Agile by

How does a docker commit work?

1 Answer

0 votes
by (106k points)

Below are the steps by which Docker Commit work:-

Step-1: Pull latest Ubuntu image.

Step-2: Create a container to work within the latest Ubuntu image.

Step-3: Update apt.

Step-4: Once the update is done, you have to push the container to Docker Hub & develop your container.

If you want to learn more then you can join the Docker Training course. I would suggest you watch the following Docker video tutorial.

.

Browse Categories

...