Being more verbose in explanation of EXPOSE instruction

This commit is contained in:
William Budington 2015-05-19 16:39:54 -07:00
parent e7cf4792b3
commit ea667744f5

View file

@ -4,7 +4,8 @@
FROM ubuntu:trusty
MAINTAINER Jakub Warmuz <jakub@warmuz.org>
# You neccesarily have to bind to 443@host as well! (ACME spec)
# Note: this only exposes the port to other docker containers. You
# still have to bind to 443@host at runtime, as per the ACME spec.
EXPOSE 443
# TODO: make sure --config-dir and --work-dir cannot be changed