Open gbraad opened 1 year ago
$ podman pull ghcr.io/gbraad-devenv/fedora/systemd:38 $ podman run --name devenv-systemd ghcr.io/gbraad-devenv/fedora/systemd:38 echo $ podman export devenv-systemd -o devenv-systemd.tar $ podman rm devenv-systemd $ gzip devenv-systemd.tar
Note: do not use save as this preserves layers and will cause the import to fail (be incomplete).
save
Note: do not use
save
as this preserves layers and will cause the import to fail (be incomplete).