Sign inSign up

shoifele/bone-centos

By shoifele

Updated over 10 years ago

Shoifele Base Image based on CentOS

Image
0

468

shoifele/bone-centos repository overview

Shoifele docker base image

  • Based on CentOS 7
  • init based on S6
  • Includes some useful tools like curl, a bashrc and a vimrc
  • Includes logstash-forwarder
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

Maintainer

Tag summary

Content type

Image

Digest

Size

114.3 MB

Last updated

over 10 years ago

docker pull shoifele/bone-centos