bu-ist/apache-shibboleth-base

See if need to expose any ports

anton-kachurin opened this issue · 1 comments

According to documentation:

The EXPOSE instruction does not actually publish the port. It functions as a type of documentation between the person who builds the image and the person who runs the container, about which ports are intended to be published.

The decision what port to use is supposed to be made by the images that use this image as their parent. If the child image wants to expose only port 443, no need to expose 80 in this image, that will only lead to confusion.

Thus, need to remove that.