Skip to content

Commit 95b7c1d

Browse files
efucheyDraTeots
authored andcommitted
Update containers.md
Added fixes to previous edits concerning errors downloading containers
1 parent bc1dff4 commit 95b7c1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/containers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ To download or update the container:
3030
docker pull eicdev/tdis-pre
3131
```
3232
If the above command gives errors, check the next section to fix it.
33+
3334
Running docker (minimal and probably useless):
3435

3536
```bash
@@ -58,6 +59,7 @@ This makes debugging easier, and you retain all your data. But `--rm` flag good
5859
saving the disk space because of forgotten and never removed containers, etc..
5960

6061
**Solving errors downloading the container:**
62+
6163
If you have the following error "Error: copying system image from manifest list: writing blob: adding layer with blob ...", you might have variable "graphroot" configured to download the container in your home directory. To solve it, open the following file: `$HOME/.config/containers/storage.conf` and modify line 4 `graphroot = "home/$USER/.local/share/containers/"` to `graphroot = "scratch/$USER"`
6264

6365
**Related docker documentation:**

0 commit comments

Comments
 (0)