I'm building my go program in WSL (bash on windows), mounting the output folder as a volume in a centos docker container and attempting to run the program. When attempting to run the program like so:
docker exec -it <container-instance> /bin/sh
# ./<program-name>
I get:
/bin/sh: ./<program-name>: not found
What gives?