Customised Ubuntu base image.
Builds of the image are available on Docker Hub.
docker pull codeworksio/ubuntu
Alternatively you can build the image yourself.
docker build --tag codeworksio/ubuntu \
github.com/codeworksio/docker-ubuntu
/sbin/entrypoint.sh is defined as the entrypoint/sbin/init.d/*.sh are sourced if presentCMD [ "/sbin/init.sh" ] in a child image to run your processINIT_DEBUG=true enable verbose outputINIT_TRACE=true pass the main process to strace (use along with the Docker flag --privileged)INIT_RUN_AS=root start the main process as a privileged userINIT_GOSU=true make use of gosu (default)make build start bash
make stop
Content type
Image
Digest
Size
43.2 MB
Last updated
over 7 years ago
docker pull codeworksio/ubuntu