डॉकर रन छवि

कोड उदाहरण

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
..................................................................................................................