The base Docker image for all Modulus deploy and runtime images.
2.0K
The base Docker image for all Modulus deploy and runtime images.
All user code is run under mop user/group by the Modulus platform.
/mnt
The volume mounted at /mnt requires the follow subdirectories to be created
by the host system and accessible by the mop user/group.
/mnt/tmp Temporary storage. The TEMP_DIR environment variable is defined to here.
/mnt/home The mop user's home directory. The HOME environment variable is defined to here.
The Modulus base image is used like any other image:
FROM: onmodulus/docker-base
# Customizations
# The base image extends phusion/baseimage so it's important to run
# the init system as the CMD.
CMD ["/sbin/my_init"]
Content type
Image
Digest
sha256:7094d4034…
Size
193.9 MB
Last updated
about 10 years ago
docker pull onmodulus/baseimage