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.shis defined as the entrypoint/sbin/init.d/*.share sourced if present- Use for example
CMD [ "/sbin/init.sh" ]in a child image to run your process - Docker environment variables
INIT_DEBUG=trueenable verbose outputINIT_TRACE=truepass the main process tostrace(use along with the Docker flag--privileged)INIT_RUN_AS=rootstart the main process as a privileged userINIT_GOSU=truemake use ofgosu(default)
make build start bash
make stop
- Check if Linux Enhanced BPF (eBPF) can provide better tracing than
strace