Spustiť docker

Príklady kódu

11
0

názov docker run

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

docker spustiť príkaz na kontajneri

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

spustiť docker

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

docker spustiť všetky mapovanie portov

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 to vlajka

docker container run -it ubuntu bash
0
0

spustenie kontajnera docker

$ docker start <container_id>

V iných jazykoch

Táto stránka je v iných jazykoch

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