Rulează docker

Exemple de cod

11
0

nume de rulare docker

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

comanda de rulare docker pe container

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

rulează docker

docker run -d -p 80:80 docker/getting-started
0
0

docker rulează toate mapările porturilor

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-l Pavilion

docker container run -it ubuntu bash
0
0

porniți un container docker

$ docker start <container_id>

În alte limbi

Această pagină este în alte limbi

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