Docker hlaupa ímynd

Kóða dæmi

11
0

docker hlaupa nafn

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

hvernig á að byggja docker ímynd

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

docker hlaupa stjórn á ílát

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

docker hlaupa allir tengi kortlagning

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 mynd hlaða

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

docker hlaupa ímynd

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

Í önnur tungumál

Þetta page er í boði í önnur tungumál

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