Skip to content

Support containers specific arguments

Latest
Compare
Choose a tag to compare
@chbrandt chbrandt released this 14 Jun 14:43
· 15 commits to master since this release

This version of dockeri supports the use of command line arguments destined to the container (internal environment) itself.

Docker containers working as apps may accept command line arguments: when docker run ... <image> whatever comes after the name of the <image> docker forwards into the container environment.