command
module
Version:
v0.0.0-...-c8b5209
Opens a new window with list of versions in this module.
Published: Nov 6, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
docker-entry

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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.