docker:containers:start_a_container
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docker:containers:start_a_container [2020/11/11 11:01] – 192.168.1.1 | docker:containers:start_a_container [2022/09/19 14:38] (current) – [Docker - Containers - Start a Container] peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Docker - Containers - Start a Container ====== | ====== Docker - Containers - Start a Container ====== | ||
- | Containers are start using either the **docker start** command; or the **docker run** command. | + | Containers are started |
<WRAP info> | <WRAP info> | ||
- | __**Docker Start**__ | + | * **Docker Start**: |
- | + | * For example, if you had stopped a container | |
- | Launch a container | + | |
- | + | ||
- | + | ||
- | + | ||
- | __**Docker run**:__ | + | |
- | + | ||
- | * Create a new container of an image, and execute the container. You can create N clones of the same image. The command is: <code bash> | + | |
+ | * **Docker run**: | ||
+ | * You can create N clones of the same image. | ||
</ | </ |
docker/containers/start_a_container.1605092499.txt.gz · Last modified: 2020/11/11 11:01 by 192.168.1.1