Usage: docker image build [OPTIONS] PATH | URL | - Build an image from a Dockerfile Options: --add-host list Add a custom host-to-IP mapping (host:ip) --build-arg list Set build-time variables --cache-from strings Images to consider as cache sources --cgroup-parent string Optional parent cgroup for the container --compress Compress the build context using gzip --cpu-period int Limit the CPU CFS ..
- Usage: docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG] Usage: docker tag SOURCE_IMAGE[:TAG] TARGET_IMAGE[:TAG] Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE 설명 : docker tag "기존 이미지" "docker계정"/"새로 관리할 TAG명" 예시 : docker tag nginx:lagtest fortae/nginx:latest
- Usage: docker COMMANDA self-sufficient runtime for containers Options: --config string Location of client config files (default "C:\\Users\\fortae\\.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 by --tlsverify --tlscacert string Tr..