Skip to content
Discussion options

You must be logged in to vote

The default network is in memory only be default. However you can create a file on disk which will be used instead if it exists.

use podman network inspect podman | jq .[] > $path where path is /etc/containers/networks/podman.json for root and ~/.local/share/containers/storage/networks/podman.json for rootless. This is the netavark default at least. It can be changed in containers.conf.
Now you can edit this file.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@lebe-dev
Comment options

@lebe-dev
Comment options

@mheon
Comment options

@lebe-dev
Comment options

@mheon
Comment options

Answer selected by Folaht
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants