Distroless-11.sh
· 91 B · Bash
Bruto
$ docker run --entrypoint=sh -ti my_debug_image
/app # ls
BUILD Dockerfile hello.py
1 | $ docker run --entrypoint=sh -ti my_debug_image |
2 | |
3 | /app # ls |
4 | BUILD Dockerfile hello.py |