Study/Docker
-
도커 기본 명령어Study/Docker 2022. 4. 18. 15:45
도커 명령어 확인 docker --help 도커 명령어를 볼 수 있다. Usage: docker [OPTIONS] COMMAND A self-sufficient runtime for containers Options: --config string Location of client config files (default "/root/.docker") -D, --debug Enable debug mode -H, --host list Daemon socket(s) to connect to -l, --log-level string Set the logging level ("debug"|"info"|"warn"|"error"|"fatal") (default "info") --tls Use TLS; implied ..