mirror of
https://github.com/containers/podman-compose.git
synced 2024-12-01 20:33:57 +01:00
18472b53ac
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
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
|