diff options
Diffstat (limited to 'content/posts/2023-05-02-bookworm-and-podman.md')
-rw-r--r-- | content/posts/2023-05-02-bookworm-and-podman.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/content/posts/2023-05-02-bookworm-and-podman.md b/content/posts/2023-05-02-bookworm-and-podman.md index e223466..63b842d 100644 --- a/content/posts/2023-05-02-bookworm-and-podman.md +++ b/content/posts/2023-05-02-bookworm-and-podman.md @@ -56,10 +56,12 @@ sudo mkdir -pm 700 /data/containers/pabs && \ sudo chown pabs:pabs /data/containers/pabs && \ ln -s /data/containers/pabs ~pabs/.local/share/containers ``` + -Alternatively, the [Podman man page][] suggests configuring -`~/.config/containers/storage.conf` and pointing `graphroot` at a local -directory. +Alternatively, the [Podman man page][] and [Storage Table section of the +`storage.conf` documentation][storage.conf docs] suggest editing the +`graphroot` in `~/.config/containers/storage.conf` and pointing at a +local directory. [bookworm]: https://www.debian.org/releases/bookworm/ "Debian bookworm." @@ -99,3 +101,4 @@ directory. "Network File System" [podman man page]: https://docs.podman.io/en/latest/markdown/podman.1.html "HTML-formatted man page for podman command." +[storage.conf docs]: https://github.com/containers/storage/blob/main/docs/containers-storage.conf.5.md#storage-table |