E
E
evgesha32152018-02-18 16:19:44
Docker
evgesha3215, 2018-02-18 16:19:44

Docker question. How docker create and docker run commands work?

The essence of the question is this:
1) What does the docker create ubuntu command do?
--- Just creates a layered file system over the existing image or what?
2) What does the docker run command do?
--- Does it actually create its own layer over the existing image + launches the docker image?
3) And what is the docker start command for?
---Does it just start a stopped container ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
index0h, 2018-02-19
@index0h

1) What does the docker create ubuntu command do?

Unpacks the image and creates a container based on it
Unpacks the image and creates a container based on it and runs it
Runs a previously created container

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question