Add note about `podman system migrate`

This commit is contained in:
Martchus 2023-01-30 11:45:03 +01:00
parent d88ba1ed13
commit 7b5f5d2f2c
1 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,8 @@ edit `~/.config/containers/storage.conf` (or `/etc/containers/storage.conf` for
system-wide configuration) to set `runroot` and `graphroot` to different
locations.
Finally, run `podman system migrate` to apply.
### Investigation of build failures
By default, `makecontainerpkg` starts the container via `--rm` so the container
is removed in the end. Set `DEBUG=1` to prevent that. Then one can use e.g.