mirror of
https://github.com/Cian-H/pinp_test.git
synced 2025-12-22 20:21:58 +00:00
5 lines
97 B
Bash
5 lines
97 B
Bash
echo "Outer container working"
|
|
echo
|
|
podman build -t inner-test /inner && \
|
|
podman run inner-test
|