【WIP】get started to docker
创建: 2022/8/2
| Introduction to Docker | |||||||||||||||||||||||
|
Docker Basics and Common Commands |
|||||||||||||||||||||||
|
docker run ... |
- options
|
||||||||||||||||||||||
| docker ps |
-a for checking for all -l for latest |
||||||||||||||||||||||
| docker stop ... | |||||||||||||||||||||||
| docker images | |||||||||||||||||||||||
| docker inspect ... | |||||||||||||||||||||||
|
Managing Docker Container Images |
|||||||||||||||||||||||
| docker pull ... | |||||||||||||||||||||||
| docker images |
options
|
||||||||||||||||||||||
| docker history ... | |||||||||||||||||||||||
| tag |
docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG]
|
||||||||||||||||||||||
| Dockerfile |
|
||||||||||||||||||||||
|
docker build -t ... ... |
-f: filename | ||||||||||||||||||||||
|
docker rmi ... |
|||||||||||||||||||||||
|
docker system prune |
-a: clean up all | ||||||||||||||||||||||
|
docker system df |
|||||||||||||||||||||||
|
Running and Managing Docker Containers |
|||||||||||||||||||||||
| docker rm ... | |||||||||||||||||||||||
| docker stop ... | |||||||||||||||||||||||
| docker kill ... | |||||||||||||||||||||||
| docker log ... |
|
||||||||||||||||||||||
|
Connecting to Running Containers and Managing Container Output |
|||||||||||||||||||||||
| docker exec -it ... | |||||||||||||||||||||||
| docker exec image-name cmd | |||||||||||||||||||||||
| docker top ... | ps | ||||||||||||||||||||||
|
Docker Logging |
|||||||||||||||||||||||
| TODO | |||||||||||||||||||||||
|
Docker Registries |
|||||||||||||||||||||||
| TODO | |||||||||||||||||||||||
|
Building Images with Dockerfiles |
|||||||||||||||||||||||
| docker push docker_id/repository:tag | |||||||||||||||||||||||
|
Docker Volumes |
|||||||||||||||||||||||
|
Docker Networking and Dockerizing Applications |
|||||||||||||||||||||||
| docker volume --help | |||||||||||||||||||||||
| docker volume ls | |||||||||||||||||||||||
| docker volume rm ... | |||||||||||||||||||||||
|
Docker Swarm |
|||||||||||||||||||||||
|
The End and the Beginning |
|||||||||||||||||||||||

浙公网安备 33010602011771号