nm-in-container: improve documentation

This commit is contained in:
Thomas Haller 2023-06-06 15:01:56 +02:00
parent 9ede7e04b1
commit e432b26112
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728
2 changed files with 4 additions and 1 deletions

View file

@ -417,3 +417,6 @@ To resync our local notes use:
```
$ git fetch origin refs/notes/bugs:refs/notes/bugs -f
```
### Testing NetworkManager with nm-in-container script.
See [the readme](tools/nm-in-container/README.md) for details.

View file

@ -6,4 +6,4 @@ privileged podman container. This is useful for testing NetworkManager for
development.
Try `./nm-in-container --help` to see options. Inside the container, see the
bash history for useful commands and the hints in "/etc/motd".
bash history for useful commands and read the hints in "/etc/motd".