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
Copy file name to clipboardExpand all lines: data/docs/delphi-guide-docker/delphi-guide-docker.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,11 @@ The image is configured with a local user called `delphi`. For the commands belo
19
19
* a prompt `$ xyz` indicates that the command `xyz` is to be run on your local machine or VM.
20
20
* a prompt `[delphi ~] $ xyz` indicates that the command `xyz` is to be run inside the started container.
21
21
22
+
The Alma9 images come with support for `EOS`: when launched on a system which supports fuse file systems, the DELPHI data will be available inside the container beneath the path `/eos/opendata/delphi`. In addition, they support reading data over the network using the xrootd protocol.
23
+
24
+
Be aware that due to the --rm option, the container will be destroyed when you exit it, and all the work done inside the container will be lost.
25
+
26
+
### On a Linux based system
22
27
To start the container on a Linux based system, use:
This command will download the Alma9 based container and create a login shell for the DELPHI user.
30
35
31
-
This image comes with support for `EOS`: when launched on a system which supports fuse file systems, the DELPHI data will be available inside the container beneath the path `/eos/opendata/delphi`. Note that due to the --rm option, the container will be destroyed when you exit it, and all the work done inside the container will be lost.
36
+
### On MacOS
37
+
On recent Macs with M1, M2 or M3 CPUs it is better to use the ARM64 image, to avoid issues when linking executables inside the container. Also, if you are running MacOS, the command to start the container is a bit different.
0 commit comments