We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to have more options to update an existing network than just adding and removing DNS entries. For example:
To have the podman network update command include all / most of the options podman network create to update existing networks.
podman network update
podman network create
A command to edit the network definition file directly with $EDITOR with some simple docs in a comment.
$EDITOR
The default network doesn't have IPv6 support so I need to edit it on all my setups.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature request description
I would like to have more options to update an existing network than just adding and removing DNS entries. For example:
Suggest potential solution
To have the
podman network update
command include all / most of the optionspodman network create
to update existing networks.Have you considered any alternatives?
A command to edit the network definition file directly with
$EDITOR
with some simple docs in a comment.Additional context
The default network doesn't have IPv6 support so I need to edit it on all my setups.
The text was updated successfully, but these errors were encountered: