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

Add ability to mount volumes #1600

Open
stone-w4tch3r opened this issue Dec 1, 2024 · 0 comments
Open

Add ability to mount volumes #1600

stone-w4tch3r opened this issue Dec 1, 2024 · 0 comments
Labels
1. Feature request A request for a new feature

Comments

@stone-w4tch3r
Copy link

Is your feature request related to a problem? Please describe.
I use toolbox in fedora silverblue. I want to install dotnet sdk into a toolbox and than expose it to host for using with IDE. I can call dotnet command using toolbox run, but I also need access on host to files of sdk that are installed into /usr/lib64/sdk/dotnet.

Describe the solution you'd like
This can be solved with volumes: I will create /home/user/dotnet:/usr/lib64/sdk/dotnet mount and use it in my IDE

Describe alternatives you've considered
I tried to mess with podman:

  • add volume to an existing toolbox (not possible)
  • create a new container from toolbox image (but to be usable toolbox must configure this container first, and I didn't figure out how to do this)
  • commit existing toolbox container and run a new one from this image (throws errors on starting and fails)

Additional context
There was a PR #100 that can support this, but it was closed without implementation many years ago

@stone-w4tch3r stone-w4tch3r added the 1. Feature request A request for a new feature label Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. Feature request A request for a new feature
Projects
None yet
Development

No branches or pull requests

1 participant