docker
Installation
SKILL.md
docker
Use docker to manage containers and images.
Common Commands
Images
- List images:
docker images - Pull image:
docker pull <image>:<tag> - Build image:
docker build -t <name>:<tag> . - Remove image:
docker rmi <image>