Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

stellar-deprecated/docker-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-base

Stellar's base container, from debian:jessie.

Includes:

  • wget - for grabbing stuff
  • software-properties-common - for easy use of PPAs
  • confd - for building configuration files
  • init - a copy of lovely_touching for handling PID 1
  • /cores - a place to put core dumps when they happen
  • /logs - a common place for any non-stdout logging

Usage

Intended to be used as a base image so no need to run it directly.

Just include a FROM stellar/base:latest in your Dockerfile.

Typically we leverage confd by first adding our config files and templates to the default location:

ADD confd /etc/confd

Then kicking off a one time run just before starting the container's main process:

confd -onetime -backend=env

Releases

No releases published

Packages

No packages published

Languages