Spustit docker

Příklady kódu

11
0

název Docker run

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

Docker spustit příkaz na kontejneru

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

spustit docker

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

Docker spustit všechny mapování portů

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 it flag

docker container run -it ubuntu bash
0
0

spusťte kontejner docker

$ docker start <container_id>

V jiných jazycích

Tato stránka je v jiných jazycích

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