Basic docker usage workflow

0 votes
Can somebody explain the basic docker usage workflow?
Aug 27, 2019 in Docker by Shelly
1,499 views

1 answer to this question.

0 votes

Everything starts with the Dockerfile. The Dockerfile is the source code of the Image.

Once the Dockerfile is created, you build it to create the image of the container. The image is just the "compiled version" of the "source code" which is the Dockerfile.

Once you have the image of the container, you should redistribute it using the registry. The registry is like a git repository -- you can push and pull images.

Next, you can use the image to run containers. A running container is very similar, in many aspects, to a virtual machine (but without the hypervisor).

answered Aug 27, 2019 by Sirajul
• 59,230 points

Related Questions In Docker

0 votes
1 answer

Get command usage help in docker

The following command is very useful as ...READ MORE

answered Jul 30, 2019 in Docker by Imran
386 views
+4 votes
4 answers

How To Access a Service on Host From a Docker Container?

Adding to kalgi's answer, You can also ...READ MORE

answered Oct 16, 2018 in Docker by lina
• 8,220 points

edited Oct 16, 2018 by lina 32,899 views
+6 votes
4 answers

Error: Docker saying "bad file descriptor"

The solution was easy enough. Add these ...READ MORE

answered Mar 27, 2018 in Docker by DragonLord999
• 8,450 points
6,556 views
+2 votes
6 answers

copy directories in docker container excluding any one directory

One of the way could be copy ...READ MORE

answered Dec 10, 2018 in Docker by Prateek
32,982 views
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,435 views
0 votes
1 answer

Basic built in security features of docker.

Here are few basic built -in security ...READ MORE

answered Aug 23, 2019 in Docker by Sirajul
• 59,230 points
847 views
0 votes
1 answer

What are the basic steps involved while using docker for application development?

All the steps below are based on ...READ MORE

answered Aug 26, 2019 in Docker by Sirajul
• 59,230 points
784 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP