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
Is it possible to expose a squashfs via the --container-mounts flag in pyxis/enroot?
--container-mounts
The text was updated successfully, but these errors were encountered:
No since this requires privileges. However:
squashfuse
autofs
/data
/data/foo.sqsh
cat <<EOF > /etc/auto.misc * -fstype=squashfs,loop,ro,nosuid,nodev :/data/&.sqsh EOF systemctl reload autofs
srun --container-image=... --container-mounts=/misc/foo
Sorry, something went wrong.
Thanks Jonathan, we have root access so will try the later.
No branches or pull requests
Is it possible to expose a squashfs via the
--container-mounts
flag in pyxis/enroot?The text was updated successfully, but these errors were encountered: