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

Support --bind flag with OCI launcher. #1027

Closed
Tracked by #598
dtrudg opened this issue Oct 10, 2022 · 0 comments · Fixed by #1158
Closed
Tracked by #598

Support --bind flag with OCI launcher. #1027

dtrudg opened this issue Oct 10, 2022 · 0 comments · Fixed by #1158
Labels
enhancement New feature or request roadmap Features / changes that are scheduled to be implemented

Comments

@dtrudg
Copy link
Member

dtrudg commented Oct 10, 2022

Parse out bind mount specifications from the --bind option and associated env-var(s).

Configure matching bind mounts in the OCI config used to start the container with the OCI launcher.

@dtrudg dtrudg added this to the SingularityCE 3.11 milestone Oct 10, 2022
@dtrudg dtrudg added enhancement New feature or request roadmap Features / changes that are scheduled to be implemented labels Oct 10, 2022
dtrudg pushed a commit to dtrudg/singularity that referenced this issue Dec 2, 2022
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs#1027
edytuk pushed a commit to vzokay/apptainer that referenced this issue Dec 14, 2022
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Dec 14, 2022
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Dec 14, 2022
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Dec 14, 2022
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Dec 14, 2022
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Dec 14, 2022
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Dec 14, 2022
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Dec 14, 2022
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Dec 14, 2022
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Dec 14, 2022
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Feb 9, 2023
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Feb 23, 2023
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Mar 31, 2023
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue May 24, 2023
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue May 24, 2023
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Jun 14, 2023
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Jun 14, 2023
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Jun 16, 2023
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Jul 4, 2023
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Jul 11, 2023
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Jul 21, 2023
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
edytuk pushed a commit to vzokay/apptainer that referenced this issue Jul 24, 2023
Implement support for bind mounts (rw & ro) specified using -B/--bind
and --mount on the singularity command line.

Fixes sylabs/singularity#1027

Signed-off-by: Edita Kizinevic <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request roadmap Features / changes that are scheduled to be implemented
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant