$ docker run --help

Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...]

Run a command in a new container


Options:
      --add-host list                  Add a custom host-to-IP mapping (host:ip)
  -a, --attach list                    Attach to STDIN, STDOUT or STDERR
      --blkio-weight uint16            Block IO (relative weight), between 10 and 1000, or 0 to disable (default 0)
      --blkio-weight-device list       Block IO weight (relative device weight) (default [])
      --cap-add list                   Add Linux capabilities
      --cap-drop list                  Drop Linux capabilities
      --cgroup-parent string           Optional parent cgroup for the container
      --cidfile string                 Write the container ID to the file
      --cpu-period int                 Limit CPU CFS (Completely Fair Scheduler) period
      --cpu-quota int                  Limit CPU CFS (Completely Fair Scheduler) quota
      --cpu-rt-period int              Limit CPU real-time period in microseconds
      --cpu-rt-runtime int             Limit CPU real-time runtime in microseconds
  -c, --cpu-shares int                 CPU shares (relative weight)
      --cpus decimal                   Number of CPUs
      --cpuset-cpus string             CPUs in which to allow execution (0-3, 0,1)
      --cpuset-mems string             MEMs in which to allow execution (0-3, 0,1)
  -d, --detach                         Run container in background and print container ID
      --detach-keys string             Override the key sequence for detaching a container
      --device list                    Add a host device to the container
      --device-cgroup-rule list        Add a rule to the cgroup allowed devices list
      --device-read-bps list           Limit read rate (bytes per second) from a device (default [])
      --device-read-iops list          Limit read rate (IO per second) from a device (default [])
      --device-write-bps list          Limit write rate (bytes per second) to a device (default [])
      --device-write-iops list         Limit write rate (IO per second) to a device (default [])
      --disable-content-trust          Skip image verification (default true)
      --dns list                       Set custom DNS servers
      --dns-option list                Set DNS options
      --dns-search list                Set custom DNS search domains
      --entrypoint string              Overwrite the default ENTRYPOINT of the image
  -e, --env list                       Set environment variables
      --env-file list                  Read in a file of environment variables
      --expose list                    Expose a port or a range of ports
      --group-add list                 Add additional groups to join
      --health-cmd string              Command to run to check health
      --health-interval duration       Time between running the check (ns|us|ms|s|m|h) (default 0s)
      --health-retries int             Consecutive failures needed to report unhealthy
      --health-start-period duration   Start period for the container to initialize before starting health-retries countdown (ns|us|ms|s|m|h) (default 0s)
      --health-timeout duration        Maximum time to allow one check to run (ns|us|ms|s|m|h) (default 0s)
      --help                           Print usage
  -h, --hostname string                Container host name
      --init                           Run an init inside the container that forwards signals and reaps processes
  -i, --interactive                    Keep STDIN open even if not attached
      --ip string                      IPv4 address (e.g., 172.30.100.104)
      --ip6 string                     IPv6 address (e.g., 2001:db8::33)
      --ipc string                     IPC namespace to use
      --isolation string               Container isolation technology
      --kernel-memory bytes            Kernel memory limit
  -l, --label list                     Set meta data on a container
      --label-file list                Read in a line delimited file of labels
      --link list                      Add link to another container
      --link-local-ip list             Container IPv4/IPv6 link-local addresses
      --log-driver string              Logging driver for the container
      --log-opt list                   Log driver options
      --mac-address string             Container MAC address (e.g., 92:d0:c6:0a:29:33)
  -m, --memory bytes                   Memory limit
      --memory-reservation bytes       Memory soft limit
      --memory-swap bytes              Swap limit equal to memory plus swap: '-1' to enable unlimited swap
      --memory-swappiness int          Tune container memory swappiness (0 to 100) (default -1)
      --mount mount                    Attach a filesystem mount to the container
      --name string                    Assign a name to the container
      --network string                 Connect a container to a network (default "default")
      --network-alias list             Add network-scoped alias for the container
      --no-healthcheck                 Disable any container-specified HEALTHCHECK
      --oom-kill-disable               Disable OOM Killer
      --oom-score-adj int              Tune host's OOM preferences (-1000 to 1000)
      --pid string                     PID namespace to use
      --pids-limit int                 Tune container pids limit (set -1 for unlimited)
      --privileged                     Give extended privileges to this container
  -p, --publish list                   Publish a container's port(s) to the host
  -P, --publish-all                    Publish all exposed ports to random ports
      --read-only                      Mount the container's root filesystem as read only
      --restart string                 Restart policy to apply when a container exits (default "no")
      --rm                             Automatically remove the container when it exits
      --runtime string                 Runtime to use for this container
      --security-opt list              Security Options
      --shm-size bytes                 Size of /dev/shm
      --sig-proxy                      Proxy received signals to the process (default true)
      --stop-signal string             Signal to stop a container (default "SIGTERM")
      --stop-timeout int               Timeout (in seconds) to stop a container
      --storage-opt list               Storage driver options for the container
      --sysctl map                     Sysctl options (default map[])
      --tmpfs list                     Mount a tmpfs directory
  -t, --tty                            Allocate a pseudo-TTY
      --ulimit ulimit                  Ulimit options (default [])
  -u, --user string                    Username or UID (format: <name|uid>[:<group|gid>])
      --userns string                  User namespace to use
      --uts string                     UTS namespace to use
  -v, --volume list                    Bind mount a volume
      --volume-driver string           Optional volume driver for the container
      --volumes-from list              Mount volumes from the specified container(s)
  -w, --workdir string                 Working directory inside the container
--add-host list Add a custom host-to-IP mapping (host:ip) 맞춤 호스트 -IP 매핑 추가 (호스트 : ip)
-a, --attach list Attach to STDIN, STDOUT or STDERR STDIN, STDOUT 또는 STDERR에 연결
--blkio-weight uint16 Block IO (relative weight), between 10 and 1000, or 0 to disable (default 0) 10과 1000 사이의 IO (상대적 가중치)를 차단하거나 사용하지 않으려면 0 (기본값 0)
--blkio-weight-device list Block IO weight (relative device weight) (default []) 블록 IO 가중치 (상대 장치 무게) (기본값 [])
--cap-add list Add Linux capabilities Linux 기능 추가
--cap-drop list Drop Linux capabilities Linux 기능 중단
--cgroup-parent string Optional parent cgroup for the container 컨테이너의 선택적 부모 cgroup
--cidfile string Write the container ID to the file 컨테이너 ID를 파일에 씁니다.
--cpu-period int Limit CPU CFS (Completely Fair Scheduler) period CPU CFS (완전 공정 스케줄러) 기간 제한
--cpu-quota int Limit CPU CFS (Completely Fair Scheduler) quota CPU CFS (완전 공정한 스케줄러) 할당량 제한
--cpu-rt-period int Limit CPU real-time period in microseconds 마이크로 초 단위로 CPU 실시간 기간 제한
--cpu-rt-runtime int Limit CPU real-time runtime in microseconds 마이크로 초 단위로 CPU 실시간 런타임 제한
-c, --cpu-shares int CPU shares (relative weight) CPU 점유율 (상대적 가중치)
--cpus decimal Number of CPUs CPU 수
--cpuset-cpus string CPUs in which to allow execution (0-3, 0,1) 실행을 허용하는 CPU (0-3, 0,1)
--cpuset-mems string MEMs in which to allow execution (0-3, 0,1) 실행을 허용하는 MEM (0-3, 0,1)
-d, --detach Run container in background and print container ID 백그라운드에서 컨테이너를 실행하고 컨테이너 ID를 인쇄하십시오.
--detach-keys string Override the key sequence for detaching a container 컨테이너를 분리하기위한 키 순서 재정의
--device list Add a host device to the container 컨테이너에 호스트 장치 추가
--device-cgroup-rule list Add a rule to the cgroup allowed devices list cgroup allowed devices 목록에 규칙 추가
--device-read-bps list Limit read rate (bytes per second) from a device (default []) 장치에서 읽기 속도 (초당 바이트 수) 제한 (기본값 [])
--device-read-iops list Limit read rate (IO per second) from a device (default []) 장치에서 읽기 속도 (초당 IO) 제한 (기본값 [])
--device-write-bps list Limit write rate (bytes per second) to a device (default []) 장치에 대한 쓰기 속도 (초당 바이트 수) 제한 (기본값 [])
--device-write-iops list Limit write rate (IO per second) to a device (default []) 쓰기 속도 (초당 IO)를 장치로 제한 (기본값 [])
--disable-content-trust Skip image verification (default true) 이미지 확인 건너 뛰기 (기본값은 true)
--dns list Set custom DNS servers 사용자 지정 DNS 서버 설정
--dns-option list Set DNS options DNS 옵션 설정
--dns-search list Set custom DNS search domains 사용자 지정 DNS 검색 도메인 설정
--entrypoint string Overwrite the default ENTRYPOINT of the image 이미지의 기본 ENTRYPOINT를 덮어 씁니다.
-e, --env list Set environment variables 환경 변수 설정
--env-file list Read in a file of environment variables 환경 변수 파일에서 읽기
--expose list Expose a port or a range of ports 포트 또는 포트 범위 노출
--group-add list Add additional groups to join 가입 할 그룹을 추가하십시오.
--health-cmd string Command to run to check health 건강을 확인하기 위해 달리는 명령
--health-interval duration Time between running the check (ns 검사를 실행하는 시간 (ns
--health-retries int Consecutive failures needed to report unhealthy 건강에 해로운 것으로보고하는 데 필요한 연속적인 실패
--health-start-period duration Start period for the container to initialize before starting health-retries countdown (ns Duration Start period for the container to initialize before starting health-retreris countdown health-retries 카운트 다운을 시작하기 전에 컨테이너가 초기화되기 시작하는 시작 시간
--health-timeout duration Maximum time to allow one check to run (ns 하나의 검사를 실행할 수있는 최대 시간 (ns
--help Print usage 인쇄 사용
-h, --hostname string Container host name 컨테이너 호스트 이름
--init Run an init inside the container that forwards signals and reaps processes 시그널을 포워딩하고 프로세스를 거둬들이는 컨테이너 내부에서 init을 실행합니다.
-i, --interactive Keep STDIN open even if not attached 첨부되지 않은 경우에도 STDIN을 열어 두십시오.
--ip string IPv4 address (e.g., 172.30.100.104) IPv4 주소 (예 : 172.30.100.104)
--ip6 string IPv6 address (e.g., 2001:db8::33) IPv6 주소 (예 : 2001 : db8 :: 33)
--ipc string IPC namespace to use 사용할 IPC 네임 스페이스
--isolation string Container isolation technology 컨테이너 격리 기술
--kernel-memory bytes Kernel memory limit 커널 메모리 제한
-l, --label list Set meta data on a container 컨테이너에 메타 데이터 설정
--label-file list Read in a line delimited file of labels 한 줄로 구분 된 레이블 파일 읽기
--link list Add link to another container 다른 컨테이너에 링크 추가
--link-local-ip list Container IPv4/IPv6 link-local addresses 컨테이너 IPv4 / IPv6 링크 로컬 주소
--log-driver string Logging driver for the container 컨테이너에 대한 로깅 드라이버
--log-opt list Log driver options 로그 드라이버 옵션
--mac-address string Container MAC address (e.g., 92:d0:c6:0a:29:33) 컨테이너 MAC 주소 (예 : 92 : d0 : c6 ​​: 0a : 29 : 33)
-m, --memory bytes Memory limit 메모리 제한
--memory-reservation bytes Memory soft limit 메모리 소프트 한계
--memory-swap bytes Swap limit equal to memory plus swap: '-1' to enable unlimited swap 스왑 한도는 메모리 + 스왑과 같습니다 : '-1'은 무제한 스왑을 가능하게합니다.
--memory-swappiness int Tune container memory swappiness (0 to 100) (default -1) 컨테이너 메모리 스왑 (0 ~ 100) 조정 (기본값 -1)
--mount mount Attach a filesystem mount to the container 컨테이너에 파일 시스템 마운트를 연결하십시오.
--name string Assign a name to the container 컨테이너에 이름 지정
--network string Connect a container to a network (default "default") 컨테이너를 네트워크에 연결 (기본값 "default")
--network-alias list Add network-scoped alias for the container 컨테이너에 네트워크 범위 별칭 추가
--no-healthcheck Disable any container-specified HEALTHCHECK 컨테이너 지정 건강 진단을 사용 중지합니다.
--oom-kill-disable Disable OOM Killer OOM 킬러 사용 안 함
--oom-score-adj int Tune host's OOM preferences (-1000 to 1000) 호스트의 OOM 환경 설정 조정 (-1000 - 1000)
--pid string PID namespace to use 사용할 PID 네임 스페이스
--pids-limit int Tune container pids limit (set -1 for unlimited) 컨테이너 pids 한도 조정 (무제한으로 -1 설정)
--privileged Give extended privileges to this container 이 컨테이너에 확장 된 권한을 부여하십시오.
-p, --publish list Publish a container's port(s) to the host 컨테이너의 포트를 호스트에 게시
-P, --publish-all Publish all exposed ports to random ports 노출 된 모든 포트를 임의의 포트에 게시하십시오.
--read-only Mount the container's root filesystem as read only 컨테이너의 루트 파일 시스템을 읽기 전용으로 마운트하십시오.
--restart string Restart policy to apply when a container exits (default "no") 컨테이너가 종료 할 때 적용 할 정책을 다시 시작합니다 (기본값은 "no"입니다).
--rm Automatically remove the container when it exits 컨테이너가 종료되면 자동으로 제거합니다.
--runtime string Runtime to use for this container 이 컨테이너에 사용하는 런타임
--security-opt list Security Options 보안 옵션
--shm-size bytes Size of /dev/shm / dev / shm의 크기
--sig-proxy Proxy received signals to the process (default true) 프로세스에 수신 된 신호를 프록시 처리합니다 (기본값은 true).
--stop-signal string Signal to stop a container (default "SIGTERM") 컨테이너를 멈추게하는 신호 (기본값 "SIGTERM")
--stop-timeout int Timeout (in seconds) to stop a container 컨테이너를 중지하는 시간 초과 (초)
--storage-opt list Storage driver options for the container 컨테이너의 저장소 드라이버 옵션
--sysctl map Sysctl options (default map[]) Sysctl 옵션 (기본 map [])
--tmpfs list Mount a tmpfs directory tmpfs 디렉토리 마운트
-t, --tty Allocate a pseudo-TTY 가상 TTY 할당
--ulimit ulimit Ulimit options (default []) Ulimit 옵션 (기본값 [])
-u, --user string Username or UID (format: <name 사용자 이름 또는 UID (형식 : <이름
--userns string User namespace to use 사용할 사용자 네임 스페이스
--uts string UTS namespace to use 사용할 UTS 네임 스페이스
-v, --volume list Bind mount a volume 볼륨 바인드 마운트
--volume-driver string Optional volume driver for the container 컨테이너 용 선택적 볼륨 드라이버
--volumes-from list Mount volumes from the specified container(s) 지정된 컨테이너에서 볼륨 마운트
-w, --workdir string Working directory inside the container 컨테이너 내부 작업 디렉토리

results matching ""

    No results matching ""