Docker related commands (notes for yourself)

Docker related commands (notes for yourself)

  1. Docker

Docker image launch

docker run -it [IMAGE]

Operations on images

Confirmation
docker images
Delete
docker rmi [IMAGE ID]

Operations on containers

Confirmation
docker ps -a
Delete
docker rm [CONTAINER ID]
  1. Docker-Compose

Recommended Posts

Docker related commands (notes for yourself)
Docker network related research & configuration commands
[Ruby] Writing notes for cherry books [Notes for yourself]
[wip] Docker notes
Docker basic commands
Graal related notes
Create related data together with FactoryBot for yourself
Docker terms and commands
python notes on docker
Notes for AST analysis
Docker Frequently used commands
Docker Compose basics and commands
Docker, docker-compose for server-side Kotlin
Basic usage notes for Jackson
Introducing "" Monitoring Tool "" for monitoring Docker
Install docker, docker-compose for debin10