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

Allow additional bind mounts to be specified to toolbox-create #307

Closed
pwithnall opened this issue Oct 21, 2019 · 2 comments
Closed

Allow additional bind mounts to be specified to toolbox-create #307

pwithnall opened this issue Oct 21, 2019 · 2 comments

Comments

@pwithnall
Copy link

It would be useful to be able to specify additional bind mounts when creating a container. In my particular use case, I would like to expose /opt on my host to my container, since I have source code on the host and would like to build it inside the container.

Something like the following would be good:

toolbox create --bind /opt:/opt --bind /another-path:/somewhere-else

These would just be passed straight through as --volume arguments to podman create.

(Sorry for not putting together a PR myself, but editing a 2100 line bash script really doesn’t excite me.)

@cgwalters
Copy link
Collaborator

cgwalters commented Oct 21, 2019

This is exactly #100 which started a reimplementation - we're going to merge things.

@pwithnall
Copy link
Author

Let’s close this as a duplicate of #100 then, thanks!

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

2 participants