Docker运行镜像

代码示例

11
0

docker运行名称

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

如何构建docker镜像

docker build <Dockerfile path> -t image-name
3
0

docker在容器上运行命令

sudo docker exec -it <container name> <command>
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镜像加载

$ docker load --input fedora.tar
$ docker load -i fedora.tar
0
0

docker运行镜像

docker run <image id> --name 'container name'

其他语言

此页面有其他语言版本

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