Skip to content
Snippets Groups Projects
Commit 887f524a authored by Guido Sterbini's avatar Guido Sterbini
Browse files

Fixing typos

parent 7bc92553
No related branches found
No related tags found
No related merge requests found
Pipeline #2500342 passed
...@@ -22,7 +22,7 @@ You do not need to install `eos` on your Mac. This is installed inside the conta ...@@ -22,7 +22,7 @@ You do not need to install `eos` on your Mac. This is installed inside the conta
To lauch the docker sterbini/test To lauch the docker sterbini/test
```bash ```bash
docker run -ti --cap-add SYS_ADMIN --device /dev/fuse gitlab-registry.cern.ch/sterbini/be-abp-docker:$TAG docker run -ti --cap-add SYS_ADMIN --device /dev/fuse gitlab-registry.cern.ch/abpcomputing/sandbox/be-abp-docker:$TAG
``` ```
where you can find the $TAG you want at https://gitlab.cern.ch/abpcomputing/sandbox/be-abp-docker/container_registry/9443. Probably you want the latest tag. where you can find the $TAG you want at https://gitlab.cern.ch/abpcomputing/sandbox/be-abp-docker/container_registry/9443. Probably you want the latest tag.
...@@ -33,7 +33,7 @@ In case you want to mount a local folder, this has to be **shared** with Docker ...@@ -33,7 +33,7 @@ In case you want to mount a local folder, this has to be **shared** with Docker
and then and then
```bash ```bash
docker run -it -u 0 -v /afs:/afs -v ~:/home/jovyan/local_host_home -p 8889:8888 --rm --cap-add SYS_ADMIN --device /dev/fuse gitlab-registry.cern.ch/sterbini/be-abp-docker:fdc1d689 docker run -it -u 0 -v /afs:/afs -v ~:/home/jovyan/local_host_home -p 8889:8888 --rm --cap-add SYS_ADMIN --device /dev/fuse gitlab-registry.cern.ch/abpcomputing/sandbox/be-abp-docker:fdc1d689
``` ```
When you are in the docker you have to do: When you are in the docker you have to do:
...@@ -74,7 +74,7 @@ And when you run the docker by adding ...@@ -74,7 +74,7 @@ And when you run the docker by adding
to the `docker run` that is to the `docker run` that is
```bash ```bash
docker run --rm -e DISPLAY=host.docker.internal:0 -p 8889:8888 -ti --cap-add SYS_ADMIN --device /dev/fuse -e GRANT_SUDO=yes gitlab-registry.cern.ch/sterbini/be-abp-docker:$TAG docker run --rm -e DISPLAY=host.docker.internal:0 -p 8889:8888 -ti --cap-add SYS_ADMIN --device /dev/fuse -e GRANT_SUDO=yes gitlab-registry.cern.ch/abpcomputing/sandbox/be-abp-docker:$TAG
``` ```
then you can test from the container then you can test from the container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment