docker-entry

command module
v0.0.0-...-c8b5209 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2017 License: Apache-2.0 Imports: 2 Imported by: 0

README

docker-entry

Build Status

Secrets, Configuration and Docker Exec - Ridiculously Simple!

This is currently in active development and will be released and documented soon!

Pending Tasks

  • Init System - forward signals to child process
  • Local and Remote configuration processing into context
  • Secret loading, Applying to context
  • Template processing
  • Customization flags / environment variables
  • Tests

Quick Start

To get started docker-entry should be the main entry-point to your Dockerfile. The CMD or at runtime command will be executed as the child process.

FROM alpine

ADD https://github.com/ContainX/docker-entry/releases/download/0.1/docker-entry /docker-entry
RUN chmod +x /docker-entry

ENTRYPOINT ["/docker-entry"]

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL