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