Finestra mobile esegui immagine

Esempi di codice

11
0

nome esecuzione finestra mobile

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

come costruire l'immagine docker

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

docker eseguire il comando sul contenitore

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

docker esegui tutti i mapping delle porte

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

caricamento immagine docker

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

finestra mobile esegui immagine

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

In altre lingue

Questa pagina è in altre lingue

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