mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-10 07:58:50 +01:00
f06975b346
Signed-off-by: Brett Calliss <brett@obligatory.email>
8 lines
123 B
Bash
Executable File
8 lines
123 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ls -la /run/secrets/*
|
|
ls -la /etc/custom_location
|
|
cat /run/secrets/*
|
|
cat /etc/custom_location
|
|
env | grep SECRET
|