-
I'm pretty sure
My command:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
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 |
Beta Was this translation helpful? Give feedback.
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.