I'm trying to do something a bit unorthodox, but i...
# general
h
I'm trying to do something a bit unorthodox, but it had me poking around my docker image that I have copied a pex into with
docker exec -it <my container> bash
but I don't see the pex binary show up in my
ls
calls. Should I be able to or is there some obfuscated things happening on the
COPY
step?
1