Commit 105a1bf
committed
docs: fix [Build] Volume= to not reference named volumes
The [Build] Volume= documentation incorrectly described support for
SOURCE-VOLUME (named volumes) and .volume Quadlet unit references.
These features are only available in [Container] Volume=, not in
[Build] Volume=, because podman build --volume only supports host
directory bind mounts.
Simplify the description to match the actual podman build --volume
behavior and add a note clarifying the difference from [Container]
Volume=.
Fixes #25514
Signed-off-by: Kit Dallege <xaum.io@gmail.com>1 parent f09b667 commit 105a1bf
1 file changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2053 | 2053 | | |
2054 | 2054 | | |
2055 | 2055 | | |
2056 | | - | |
2057 | | - | |
2058 | | - | |
| 2056 | + | |
| 2057 | + | |
| 2058 | + | |
2059 | 2059 | | |
2060 | | - | |
2061 | | - | |
2062 | | - | |
| 2060 | + | |
2063 | 2061 | | |
2064 | | - | |
| 2062 | + | |
2065 | 2063 | | |
2066 | 2064 | | |
2067 | 2065 | | |
| |||
0 commit comments