[Docker] Command list

--Create and start a container [Run in background]

docker-compose up [-d]

--Container startup (with a container already)

docker start <Container name>

--Container stop

docker stop <Container name>

--Stop all containers

docker stop $(docker ps -q)

--Container startup status check [Get stopped container]

docker ps [-a]

--Image execution

docker run <image>

--Image list display

docker images

--Run service build

docker-compose build

--Execute a new command in the running container

docker exec [option] <container> <command> [argument]

Recommended Posts

Docker command list
[Docker] Command list
Docker command
Memorandum docker command
docker basic command
Docker command summary
Docker command memorandum
[Docker] Command summary
Docker Machine command memo
docker error delete command
Docker command cheat sheet
Decomposing the Docker run command. .. ..
Docker Compact Manual (1: Basic / Basic Command)
docker
docker memo
Easy installation of Docker with snap (1 command)
kubernetes + docker
spring × docker
About Docker
Command Pattern
Docker Intellij
Docker basics
Thread-safe list
Docker installation
List method
About Docker
Work list
Docker memorandum
Understand Docker
Docker memorandum
Command docker-compose
Link list
Command to stop or delete all Docker resources