August 2018
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Categories

August 2018
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Detailed Docker container common operations

First, start the container

There are two ways to start a container. One is to create a new container based on the image and start, and the other is to restart the container in the terminated state. Because Docker’s containers are too lightweight, users often delete and recreate containers at any time.

New and start

[…]