도커 실행 이미지

코드 예제

11
0

도커 실행 이름

docker run --name <container name> -dp <local port>:<container port> <image>
5
0

도커 이미지를 구축하는 방법

docker build <Dockerfile path> -t image-name
3
0

컨테이너에서 도커 실행 명령

sudo docker exec -it <container name> <command>
0
0

도커 실행 모든 포트 매핑

docker run --network host
When running using --network host there is no need to map the ports.
All the docker container ports will be available since the network host mode 
makes the container use the host's network stack.
0
0

도커 이미지로드

$ docker load --input fedora.tar
$ docker load -i fedora.tar
0
0

도커 실행 이미지

docker run <image id> --name 'container name'

다른 언어로

이 페이지는 다른 언어로되어 있습니다

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................