Sign inSign up

shoifele/bone

By shoifele

Updated over 10 years ago

debian base image

Image
0

445

shoifele/bone repository overview

Shoifele docker base image

  • Based on debian jessy
  • Image-Size ~ 230MB
  • init based on S6
  • Includes some useful tools like curl, a bashrc and a vimrc
  • Includes logstash-forwarder
  • Waits until eth0 has its ip
Configuration
  • TIMEZONE=Etc/UTC Adjust the timezone
S6 daemon tools

Based on S6

  • /etc/services.pre: Tasks to start before running the main services
  • /etc/services.d: Holds folder for each service with run and finish script
    • run:

      #!/bin/bash
      # use exec here
      exec myservice
      
    • finish:

      #!/bin/bash
      # terminate all other services when this service gets down
      s6-svscanctl -t /etc/services.d
      
  • /etc/services.post: Tasks to start after finishing the main services

TODO

  • Implement Logging concept

Maintainer

Tag summary

Content type

Image

Digest

sha256:f08c499de

Size

111.5 MB

Last updated

over 10 years ago

docker pull shoifele/bone