EXPOSE command

The EXPOSE command defines which ports we are going to expose from the container. For example, if you want to expose ports 80 and 32777, you need to add the following line to your Dockerfile:

EXPOSE 80 32777
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.15.43