1
0
Fork 0
No description
Find a file
Enno Tensing a601e76a93
generate: container: Enable usage of host files / directories as volumes
From podman-create(1):

	If a volume source is specified, it must be a path on the host or the
	name of a named volume. Host paths are allowed to be absolute or relative;
	relative paths are resolved relative to the directory Podman is run in.
	If the source does not exist, Podman returns an error. Users must pre-create
	the source files or directories. Any source that does not begin with
	a . or / is treated as the name of a named volume.

Implement this with the is_host_volume() check.

Signed-off-by: Enno Tensing <tenno@suij.in>
2025-07-29 10:03:14 +02:00
generate generate: container: Enable usage of host files / directories as volumes 2025-07-29 10:03:14 +02:00
LICENSES reuse: Add reuse information 2025-07-26 19:04:27 +02:00
.gitignore meta: Initial commit 2025-07-22 12:56:39 +02:00
containerctl reuse: Add reuse information 2025-07-26 19:04:27 +02:00
containerrc.json containerrc: Remove optional parts from schema 2025-07-29 09:25:19 +02:00
example.container example.container: Update example config with volume mount options 2025-07-29 09:50:56 +02:00
LICENSE reuse: Add LICENSE symlink for tools that expect it 2025-07-26 19:06:00 +02:00
Makefile make: Add makefile to support install 2025-07-26 19:26:21 +02:00
REUSE.toml make: Add makefile to support install 2025-07-26 19:26:21 +02:00
ruff.toml meta: Initial commit 2025-07-22 12:56:39 +02:00