Links to Resources - blitterated/docker-dev-env-s6 GitHub Wiki
Docker
docker run
with --init
- Docker docs: Specify an init process
- SO: How to use --init parameter in docker run
- baseimage-docker (A good explanation of why you'd want to)
- tini
- Choosing an init process for multi-process containers
- s6
- Docker and the PID 1 zombie reaping problem
- Container cannot connect to Upstart #1024
s6
- Github repos
- s6 Documentation
- s6 Overlay Documentation
- Trouble shooting
- Basics articles
- s6-rc
- Other
Execline
- The execlineb program
- Getting Started with Execline Scripting
- Execline 101
- System Path and other Environment Variables