0 votes
in Docker by
How do you create a docker container from an image?

1 Answer

0 votes
by

Pull an image from docker repository with the above command and run it to create a container. Use the following command:

$ docker run -it -d <image_name>

Related questions

0 votes
asked Jan 25 in Docker by GeorgeBell
0 votes
asked Jan 21 in Docker by AdilsonLima
...