Stellar's base container, from debian:jessie.
Includes:
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
Content type
Image
Digest
Size
129.4 MB
Last updated
over 6 years ago
docker pull ese7en/stellar-base