运行docker

代码示例

11
0

docker运行名称

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

docker在容器上运行命令

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

运行docker

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

docker运行所有端口映射

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标志

docker container run -it ubuntu bash
0
0

启动docker容器

$ docker start <container_id>

其他语言

此页面有其他语言版本

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