Skip to content

abiosoft/parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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"]

About

A minimal process wrapper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages