홈으로 돌아가기
도커 명령어 도우미
Categories
Select a category to view commands
기본 명령어
Click on any command to copy it to clipboard
Docker Version
Show Docker version information
docker --versionExample: docker --version
Docker Info
Display system-wide information
docker infoExample: docker info
List Running Containers
Show currently running containers
docker psExample: docker ps -a
List Images
Show all downloaded images
docker imagesExample: docker images
Help
Show help for Docker commands
docker helpExample: docker run --help