Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cli / main] Support allocating ports at via run command #250

Closed
wants to merge 1 commit into from

Conversation

philipkimmey
Copy link

At least for our use case, it's important to be able to run our main app environment in the foreground since we need to be able to throw "pdb"s in & actually capture the tty.

It doesn't look like there's currently tests around the "run" command, at least in the CLITestCase - let me know if you would like me to implement those as part of this pull request.

@aanand
Copy link

aanand commented Jun 11, 2014

Nice. Tiny bikeshed: could we make it -P, to avoid confusion with the docker run -p HOST:PORT style?

And yeah, tests for run would be great.

@bfirsh
Copy link

bfirsh commented Jun 11, 2014

We should really have -p too.

@philipkimmey
Copy link
Author

Closing - replaced by #251 where I did less brain-dead things in my branching model.

xulike666 pushed a commit to xulike666/compose that referenced this pull request Jan 19, 2017
Add ctr command line args `--runtime` and `--runtime-args` for multiple
OCI runtime support.

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
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.

None yet

3 participants