Small and simple init system for docker containers
You can use the provided Dockerfile which will compile a binary for you or build yourself.
docker build -t kogia https://github.com/dmajere/kogia.git
docker run --name kogia kogia
docker cp kogia:/kogia ./
kogia [global options] command [command options] [arguments...]
help, h Shows a list of commands or help for one command
--skip-preinit, -S Do not execute preinit scripts [$KOGIA_SKIP_PREINIT]
--preinit, -s "/etc/preinit.d" Path to preinit scripts [$KOGIA_PREINIT_DIR]
--skip-postinit, -P Do not execute postinit scripts [$KOGIA_SKIP_POSTINIT]
--postinit, -p "/etc/postinit.d" Path to postinit scripts [$KOGIA_POSTINIT_DIR]
--skip-env, -E Do not load additional env from files [$KOGIA_SKIP_ENV]
--env, -e "/etc/env" Path to additional env file [$KOGIA_ENV]
--level, -l "warning" Verbosity level [$KOGIA_LEVEL]
--help, -h show help
--version, -v print the version
Apache License V2