docker basic command

Container list display

docker ps -a

docker image list display

docker images

Launch container from docker image

docker run (image) ・ With option docker run -v file path -p specify host post -name Specify a name as appropriate (image)

Stop the container

docker stop (container)

Delete container

docker rm (container)

Restart container

docker restart (container)

Recommended Posts

docker basic command
Docker command
Docker Compact Manual (1: Basic / Basic Command)
Docker basic summary
Memorandum docker command
Docker command list
Docker command memo
Docker basic commands
Docker command summary
Docker command memorandum
[Docker] Command summary
[Docker] Command list
(Git) Basic command
Docker Machine command memo
docker error delete command
docker command personal summary
Docker command cheat sheet
[Docker] Introduction of basic Docker Instruction
Decomposing the Docker run command. .. ..
docker
Run LibreOffice Basic macros in Docker
docker memo
Easy installation of Docker with snap (1 command)
spring × docker
About Docker
Grant docker command execution permission to ec2-user
Command Pattern
Docker Intellij
Basic type-java
Docker basics
Docker installation
About Docker
Docker memorandum
Try to use docker command without sudo.
Understand Docker
Docker memorandum
Command docker-compose
[Docker] Introduction to docker compose Basic summary of docker-compose.yml
(Basic authentication) environment variables in rails and Docker
Environment construction command memo with Docker on AWS
Command to stop or delete all Docker resources