/certs
is provided in the image as a mountpoint for TLS certificate secrets for use with the SSL_SERVER_CERT
and
SSL_SERVER_KEY
variables.
SSL_SERVER_CERT
- literal certificate or path to TLS certificateSSL_SERVER_CERTCHAIN
- certificates to append as the certificate chainSSL_SERVER_KEY
- literal private key or path to TLS private key for certificateHOSTNAME
- set the hostname of the containerDEV_ALLOW_SELF_SIGNED
- set toyes
in order to have the container generate certificates automaticallyDEV_ALLOW_EPHEMERAL_DATA
- defaults toyes
, can be set tono
in order to require/data
to be mounted.
The container is designed to work with a read-only filesystem.
It requires /run
and /tmp
to be writeable but not persistent (i.e. --tmpfs /run:exec,suid
in docker run
).