Sign inSign up

onmodulus/baseimage

By onmodulus

•Updated about 10 years ago

The base Docker image for all Modulus deploy and runtime images.

Image
0

2.0K

onmodulus/baseimage repository overview

⁠Modulus Base Docker Image

The base Docker image for all Modulus deploy and runtime images.

⁠mop user

All user code is run under mop user/group by the Modulus platform.

⁠Volumes

/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.

⁠Usage

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"]

Tag summary

Content type

Image

Digest

sha256:7094d4034…

Size

193.9 MB

Last updated

about 10 years ago

docker pull onmodulus/baseimage