Files
pinp_test/entrypoint.sh

5 lines
97 B
Bash

echo "Outer container working"
echo
podman build -t inner-test /inner && \
podman run inner-test