-
Notifications
You must be signed in to change notification settings - Fork 20
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
how to create a volume to container? #3
Comments
Sorry for late reply but I was away and offline. When you say volume, what exactly you mean? You want to mount something erxtra apart form the image? |
Just like the docker's volume, for example: docker run -v test:/test |
This functionality is not there but I think it is a nice feature request. |
hello, this may seem a bit dumb but how do you exactly pass the command for the process to execute it? if I run the script from an IDE it gives a shell and the message ' clone: operation not permitted' while if I sudo run it from my shell it gives the child pid as output ( and no new shell). |
Sorry I overlooked you question. When you say pass command, do you mean command to run in the container? If so then https://github.com/w-vi/diyC/blob/master/docs/diyc/usage.md#usage the last parameter is the command. Does this answer your question? Maybe if you could provide the whole command line arguments I would better understand. |
how to create a volume to container?
The text was updated successfully, but these errors were encountered: