mirror of
https://github.com/containers/podman.git
synced 2025-12-04 04:09:40 +08:00
Vendor in latest containers/buildah
Pull in changes to pkg/secrets/secrets.go that adds the logic to disable fips mode if a pod/container has a label set. Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
This commit is contained in:
6
vendor/github.com/containers/buildah/troubleshooting.md
generated
vendored
6
vendor/github.com/containers/buildah/troubleshooting.md
generated
vendored
@@ -82,9 +82,9 @@ the command with single quotes and use `bash -c`. The previous examples would b
|
||||
changed to:
|
||||
|
||||
```console
|
||||
# buildah run bash -c '$whalecontainer /usr/games/fortune -a | cowsay'
|
||||
# buildah run bash -c '$newcontainer echo "daemon off;" >> /etc/nginx/nginx.conf'
|
||||
# buildah run bash -c '$newcontainer echo "nginx on Fedora" > /usr/share/nginx/html/index.html'
|
||||
# buildah run $whalecontainer bash -c '/usr/games/fortune -a | cowsay'
|
||||
# buildah run $newcontainer bash -c 'echo "daemon off;" >> /etc/nginx/nginx.conf'
|
||||
# buildah run $newcontainer bash -c 'echo "nginx on Fedora" > /usr/share/nginx/html/index.html'
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user