Docker วิ่งภาพ

รหัสตัวอย่าง

11
0

docker วิ่งชื่อ

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

วิธีที่จะสร้าง docker ภาพ

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

docker ประมวลผลคำสั่งบนตู้คอนเทนเนอร์

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

docker องวิ่งมาตลอดเรืองวางแผน

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 ภาพโหลด

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

docker วิ่งภาพ

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

ในภาษาอื่นๆ

หน้านี้อยู่ในภาษาอื่นๆ

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