@@ -31,11 +31,11 @@ All the containers support changing the default port using the `BASE_PORT` envir
You can eithe directly run the containers, e.g.:
docker run -p8590:8590 git.ia2.inaf.it:5050/exact/swc/basicdesktop:v0.3.0
docker run -p8590:8590 registry.ict.inaf.it/exact/swc/basicdesktop:v0.3.0
or use tham as base containers for your own ones:
FROM git.ia2.inaf.it:5050/exact/swc/basicdesktop:v0.3.0
FROM registry.ict.inaf.it/exact/swc/basicdesktop:v0.3.0
### Supported engines
...
...
@@ -49,4 +49,4 @@ You can eithe directly run the containers, e.g.:
However, beware some permission errors which may arise after extending them and installing extra software, in particular with Singularity. You can add a line like this at the end of your Dockerfile to be sure the home folder is always set as writable by anyone (required for these containers to work with Singularity):