A baseimage based on Phusion's base image with Mono 6 installed from the Mono project repository.
Bits and pieces have been sourced from other fine Docker images
PUID - Changes the uid of the app user, default 911PGID - Changes the gid of the app group, default 911SMTP_HOST - Change the SMTP relay server used by ssmtp (sendmail)SMTP_USER - Username for the SMTP relay serverSMTP_PASS - Password for the SMTP relay serverSMTP_PORT - Outgoing SMTP port, default 587SMTP_SECURE - Does the SMTP server requires a secure connection, default TRUESMTP_TLS - Use STARTTLS, default TRUE (if SMTP_TLS is FALSE and SMTP_SECURE is true, SMTP over SSL will be used)SMTP_MASQ - Masquerade outbound emails using this domain, default emptyIf you need to send mail and cannot use SMTP directly, ssmtp is installed to provide /usr/bin/sendmail and is configured using the SMTP_ variables.
Generally I store configuration data in /config and store it in a volume. If an application does not permit changing the location of its configuration data, add a script to /etc/my_init.d which changes the app user's $HOME
Content type
Image
Digest
sha256:5836d5361…
Size
291.2 MB
Last updated
over 2 years ago
docker pull ajoergensen/baseimage-ubuntu-mono