parent

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

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

Go to latest
Published: Mar 27, 2018 License: MIT Imports: 5 Imported by: 0

README

parent

A minimal process wrapper that simply forwards all signals to the child process and waits for the child to exit.

Useful for containers.

Usage

parent <command> [<args>...]

Use Case

Sample use case for a Dockerfile to use env vars in entrypoint.

...

ENV MY_ENV=value

ENTRYPOINT [/usr/bin/parent]
CMD["echo", "$MY_ENV"]

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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