mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 20:40:06 +01:00
nm-in-container: improve documentation
This commit is contained in:
parent
9ede7e04b1
commit
e432b26112
2 changed files with 4 additions and 1 deletions
|
|
@ -417,3 +417,6 @@ To resync our local notes use:
|
||||||
```
|
```
|
||||||
$ git fetch origin refs/notes/bugs:refs/notes/bugs -f
|
$ 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.
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@ privileged podman container. This is useful for testing NetworkManager for
|
||||||
development.
|
development.
|
||||||
|
|
||||||
Try `./nm-in-container --help` to see options. Inside the container, see the
|
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".
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue