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

Missing support for docker run arguments #90

Closed
asicoe opened this issue Aug 25, 2017 · 1 comment
Closed

Missing support for docker run arguments #90

asicoe opened this issue Aug 25, 2017 · 1 comment

Comments

@asicoe
Copy link

asicoe commented Aug 25, 2017

Hi,

How do I run the equivalent of this docker command?

docker run -p 4200:4200 -p 4300:4300 -p 5432:5432 --env CRATE_HEAP_SIZE=2g crate/crate:2.1.5 -Cnetwork.host=site

I am particularly interested in the last part, the ARGUMENTS: -Cnetwork.host=site ?

Thanks,
A

@asicoe
Copy link
Author

asicoe commented Aug 25, 2017

It can be done programmatically by specifying it in the .withCommand method of the container.

@asicoe asicoe closed this as completed Aug 25, 2017
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

No branches or pull requests

1 participant