[Memo] docker summary

command

From startup to deletion

--docker pull [imege name] --Image (blueprint) is dropped --docker build -t [image name] [file location] --Image creation --You can specify the image name with -t --docker create -it [imege name] --Container generation --- You can operate the inside of the container from the terminal with it --docker start [container identifier] --Container startup --docker stop [container identifier] --Container stop --docker rm [container identifier] --Container deletion -☆ docker run [image name] --Includes pull create start --- Run in the background with -d --- p 80: If you add 80, if you get local host access at 80, pass the container at 80 ---- name Name with OO --Specify version with ruby: 2.5 etc.

I think I use it often

docker file

Recommended Posts

[Memo] docker summary
docker memo
docker tutorial (memo)
Docker basic summary
Docker operation memo
Docker command summary
[Docker] Command summary
[Personal memo] try-catch summary
Docker x Rails 6 (memo)
docker inspect --format memo
Docker Machine command memo
docker command personal summary
MySQL 5.7 (Docker) environment construction memo
Summary
Redmine (Docker) environment construction memo
docker
Installing and building Docker (memo)
Summary of frequently used Docker commands
Docker execution memo summarized for myself
Integer memo
kubernetes + docker
spring × docker
Object-oriented summary
About Docker
Lombok memo
Docker Intellij
Dockerfile memo
Iterator memo
Docker basics
Summary of Docker understanding by beginners ② ~ docker-compose ~
corretto memo
Docker installation
About Docker
Docker command
Docker memorandum
ransack summary
Understand Docker
Docker memorandum
Dcokerfile memo
Install Docker with WSL2 Memo ([Part 2] Docker introduction)
Ruby memo
Memo Stream
[Docker] Introduction to docker compose Basic summary of docker-compose.yml
Docker + Java + SpringBoot WEB development hands-on attendance memo (2019/08/19)
WSL, Zsh, VSCode, Docker, NodeJS setup summary in 2020
Summary of Docker understanding by beginners ① ~ docker run -p ~