diff options
author | Paul Duncan <pabs@pablotron.org> | 2023-05-13 13:57:40 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2023-05-13 13:57:40 -0400 |
commit | ffe705bc9c2be737293e8e135ab58b2b76b5f765 (patch) | |
tree | d2d543f3f90d6571598d10cfaabab6d4c0ac5c41 /content | |
parent | 119cccaff0081161c97bc11dbd95c6d9e9d96f6d (diff) | |
download | pablotron.org-ffe705bc9c2be737293e8e135ab58b2b76b5f765.tar.bz2 pablotron.org-ffe705bc9c2be737293e8e135ab58b2b76b5f765.zip |
content/posts/2023-05-02-bookworm-and-podman.md: rewordify, add link to storage.conf docs
Diffstat (limited to 'content')
-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 |