Channels
welcome
github-notifications
development
announce
random
plugins
general
pex
Powered by
#general
Title
h
high-yak-85899
04/06/2022, 8:22 PM
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
3 Views
Post