Sign inSign up

deweysasser/baseimage

By deweysasser

Updated over 5 years ago

A base image for docker, like phusion/baseimage but without their defaults

Image
0

500

deweysasser/baseimage repository overview

docker-baseimage

A base image for docker, like phusion/baseimage but without their defaults

Using

Inherit from this container, place scripts in /etc/startup and/or /etc/run and they will be run

Directories

  • /etc/runonce -- any executables placed here will be run exactly once per container (state tracked in /var/lib/runonce)
  • /etc/startup -- any executables placed here will be invoked once on container startup (each time)
  • /etc/run -- any executables here will be run as a runit service (by coping to the appropriate directory)
  • /var/lib/runonce -- a directory to track what (from /etc/runonce) has already been run

Hacking

Hack away, run 'make test' to verify things are still working as expected. Extend test/verify to make sure your changes are working as expected. Patches welcome, but keep in mind the goal of this container is to be fairly minimal.

Tag summary

Content type

Image

Digest

sha256:fb8182ab0

Size

52.3 MB

Last updated

over 5 years ago

docker pull deweysasser/baseimage