Suppose you have an existing binary and you want to:
- Transfer the binary to a container.
- Distribute the binary in the container.
Can this be done?
In general suppose you want to compile your program on your native desktop and then transfer it into a container, how do you do this?