NetworkManager/tools/nm-guest-data
Íñigo Huguet 3100e4b6e2 tools: nm-in-container: move data to a common path for nm-in-vm
nm-in-vm can use the same generated files than nm-in-container, so let's
move them to a place common for both: tools/nm-guest-data.

With this change, it is not worth it to have the nm-in-container
directory, so move the script to tools and delete the subdirectory.
2023-09-21 15:53:03 +02:00
..
.gitignore tools: nm-in-container: move data to a common path for nm-in-vm 2023-09-21 15:53:03 +02:00
data-_nm-in-container-setup.sh tools: nm-in-container: move data to a common path for nm-in-vm 2023-09-21 15:53:03 +02:00
data-etc-rc.local tools: nm-in-container: move data to a common path for nm-in-vm 2023-09-21 15:53:03 +02:00
data-etc-systemd-20-nm-in-container.override tools: nm-in-container: move data to a common path for nm-in-vm 2023-09-21 15:53:03 +02:00
data-nm-deploy.sh tools: nm-in-container: move data to a common path for nm-in-vm 2023-09-21 15:53:03 +02:00
data-nm-env-prepare.sh tools: nm-in-container: move data to a common path for nm-in-vm 2023-09-21 15:53:03 +02:00
README.md tools: nm-in-container: move data to a common path for nm-in-vm 2023-09-21 15:53:03 +02:00

Run NetworkManager in Container for Development

Run nm-in-container script for running NetworkManager in a non-root, privileged podman container. Run nm-in-vm to do it in a vitual machine. This is useful for testing NetworkManager for development.

Try ./nm-in-container --help or ./nm-in-vm --help to see options. Inside the container, see the bash history for useful commands and read the hints in "/etc/motd".