Also mention glob patterns and redirects. (#1032)

This commit is contained in:
Felix Fontein
2025-01-25 22:26:17 +01:00
committed by GitHub
parent ce074ba8f0
commit 8bae4e9c6d
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -182,7 +182,8 @@ seealso:
notes:
- If you need to evaluate environment variables of the container in O(command) or O(argv), you need to pass the command
through a shell, like O(command=/bin/sh -c "echo $ENV_VARIABLE").
through a shell, like O(command=/bin/sh -c "echo $ENV_VARIABLE"). The same needs to be done in case you want to use glob patterns
or other shell features such as redirects.
"""
EXAMPLES = r"""