Skip to content
forked from Josh5/s6-init

A collection of s6 init scripts used in various docker containers

Notifications You must be signed in to change notification settings

nsquarednz/s6-init

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker s6-init configuration for S6-Overlay

The s6-overlay-builder project is a series of init scripts and utilities to ease creating Docker images using s6 as a process supervisor. This project provides a collection of packages containing standardised init scripts for commonly used services.

Installation:

To use a particular init package from this project, your Dockerfile must have the following set:

  • The S6 Overlay project added
  • A default user docker added
  • An ARG 'S6_INIT_PACKAGES' naming the s6-init packages to install

Examples:

Nginx service on a Ubuntu 16.04 image

About

A collection of s6 init scripts used in various docker containers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 88.3%
  • Shell 11.7%