You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This image is an `arm64` (Apple Silicon) Ubuntu 22.04 image that includes the
64
+
This [image](https://github.com/EESSI/filesystem-layer/blob/main/containers/Dockerfile.EESSI-client-ubuntu22.04-macOS-26) is an `arm64` (Apple Silicon) Ubuntu 22.04 image that includes the
59
65
CernVM-FS client pre-installed and configured for EESSI.
60
66
61
67
@@ -66,6 +72,7 @@ Run the container interactively:
66
72
```
67
73
container run -it --rm --name eessi ghcr.io/eessi/client:ubuntu22.04-macOS-26
68
74
```
75
+
**Note**: `-it` provides an interactive session inside the container and `--rm` keeps your system clean by automatically removing the stopped container after you exit.
0 commit comments