From 81c8e15b8d4240aa8272ae9f92897ccf3b6e9dc0 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Thu, 10 Jun 2021 00:20:11 +0000 Subject: [PATCH] Added documentation for raw container download --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f1c861fdc..d0456e6a4 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,20 @@ eic-shell 4. Within your development environment (`eic-shell`), you can install software to the internal `$ATHENA_PREFIX` +Singularity Container Dowload for Development Usage +------------- +**Note: this container download script is meant for expert usage. If it is unclear to you +why you would want to do this, you are probably looking for the single installation +above.** +To download the `jug_dev:testing` base image, do +```bash +curl https://eicweb.phy.anl.gov/containers/eic_container/-/raw/master/download_dev.sh | bash +``` +To download the `jug_xl:nightly` image, do +```bash +curl https://eicweb.phy.anl.gov/containers/eic_container/-/raw/master/download_dev.sh | bash -s -- -c jug_xl -v nightly +``` + Using the docker container for your CI purposes ----------------------------------------------- -- GitLab