Skip to content

Conversation

@jpbochi
Copy link
Owner

@jpbochi jpbochi commented Mar 20, 2017

  • -X --some-docker-option=some-value
  • add all the the simple docker options like -e env=val, -h hostname, -p 80, et al.

@jpbochi jpbochi merged commit b2e1a8f into master Mar 20, 2017
@jpbochi jpbochi deleted the all-the-opts branch March 20, 2017 17:54
echo >&2 ' -I image Tells which docker image to use, allowing other options to set later'
echo >&2 ' -D Do not mount /var/run/docker.sock into the container'
echo >&2 ' -X SOME_DOCKER_OPTION Passes option directly to docker (e.g. `drun -X --dns=8.8.8.8` results in `docker run --dns=8.8.8.8 ...`)'
echo >&2 ' -a|c|e|h|l|m|p|u|v|w VAL Work exactly like `docker run` options (e.g. `drun -e FOO=bar` results in `docker run -e FOO=bar ...`)'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants