diff --git a/contrib/scripts/nm-in-container.sh b/contrib/scripts/nm-in-container.sh index 28fa58b42..efa06fd6d 100755 --- a/contrib/scripts/nm-in-container.sh +++ b/contrib/scripts/nm-in-container.sh @@ -6,12 +6,13 @@ set -e # Script to create a podman container for testing NetworkManager. # # Commands: -# - build: build a new image, named "$CONTAINER_NAME_REPOSITORY:$CONTAINER_NAME_TAG" ("nm:nm") -# - run: start the container and tag it "$CONTAINER_NAME_NAME" ("nm") -# - exec: run bash inside the container -# - journal|j: print the journal from inside the container -# - stop: stop the container -# - clean: delete the container and the image. +# - build: build a new image, named "$CONTAINER_NAME_REPOSITORY:$CONTAINER_NAME_TAG" ("nm:nm"). +# - run: start the container and tag it "$CONTAINER_NAME_NAME" ("nm"). +# - exec: run bash inside the container (this is the default). +# - journal|j: print the journal from inside the container. +# - stop: stop the container. +# - reset: stop and delete the container. +# - clean: stop and delete the container and the image. # # Options: # --no-cleanup: don't delete the CONTAINERFILE and other artifacts @@ -41,7 +42,7 @@ EXEC_ENV=() usage() { cat <