mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-12-25 14:38:54 +00:00
fix expose
This commit is contained in:
parent
d732713b06
commit
46195eb9f6
@ -30,7 +30,7 @@
|
||||
### EXPOSE
|
||||
格式为`EXPOSE <port> [<port>...]`。
|
||||
|
||||
告诉Docker服务端容器暴露的端口号,供互联系统使用。
|
||||
告诉Docker服务端容器暴露的端口号,供互联系统使用。在启动容器时需要通过-P,docker主机会自动分配一个端口转发到指定的端口。
|
||||
|
||||
### ENV
|
||||
格式为`ENV <key> <value>`。
|
||||
|
Loading…
Reference in New Issue
Block a user