-
Notifications
You must be signed in to change notification settings - Fork 11
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
Docker arbitrary argument #89
Comments
Did you try |
I will move the ticket to |
@BoPeng thank you it does work! Yes let's move this ticket to sos-doc repo. |
@joannfeng Good way for you to learn docker. Basically you need to set things up and be able to run examples in https://github.com/vatlab/sos-docs/blob/master/src/user_guide/docker.ipynb (check out this repo, open src/user_guide/docker.ipynb, and run). Then have a look at https://github.com/vatlab/sos/blob/master/src/sos/docker/client.py#L312 and you can figure out there are parameters that not documented. Add one or sections on how to use these parameters, refer to https://docs.docker.com/engine/reference/run/ if needed. Create a PR for additional documentation on this tutorial. |
I have a docker image that only works with an additional option
-e HOME=/seqlink
. That is, the docker command should be:But currently it does not seem we can add this information to allow for these options. What should I do for this case?
The text was updated successfully, but these errors were encountered: