Docker Commands
Docker ๋ช
๋ น์ด ์ ๋ฆฌ
์๊พธ ์์ด์ ์ ๋ฆฌ...
Create container
Run container
-d
: runs on background
Start container
start
๋ฅผrestart
๋ก ๋ฐ๊พธ๋ฉด ์ฌ์์
Stop container
Pause container
Unpause container
Remove container
Check the log
realtime
: -t ๋ค์-f
๋ถ์ด๊ธฐ!
Check container stats
Check process status
Connect to container
List images
or
Remove image(s)
IMAGE์๋
docker image ls
๋ช ๋ น์ด๋ก ํ์ ํ IMAGE ID๋ฅผ ์ ์ด์ฃผ๋ฉด ๋๋ค
Docker system prune
์ ์ฐ๋ data ๋ ์ง์ฐ์
Last updated