Exécuter docker

Exemples de code

11
0

nom d'exécution du docker

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

commande d'exécution docker sur le conteneur

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

exécuter docker

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

docker exécute tous les mappages de ports

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

drapeau informatique docker

docker container run -it ubuntu bash
0
0

démarrer un conteneur docker

$ docker start <container_id>

Dans d'autres langues

Cette page est dans d'autres langues

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