We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 option to copy data from image when creating container with mount path
The text was updated successfully, but these errors were encountered:
Please elaborate what this should do? So far Cockpit there is a no volume creation support in Cockpit-podman.
Sorry, something went wrong.
sorry, I am trying to create a container with a mount path and initialize the content at the mount path to be the content of the image.
That feels rather out of scope, the mount path are just bind mounts (not volumes) so you can easily copy data to the mount path without Cockpit.
you can easily copy data to the mount path without Cockpit.
to do so i have to mount the dir first as a different name and then copy and then change the mount
however, cockpit does not allow me to change mount
No branches or pull requests
Add option to copy data from image when creating container with mount path
The text was updated successfully, but these errors were encountered: