I know there are several ways to enter a running container,
docker attach container_id
nsenter
docker exec -it container_id /bin/bash
now my question is I want to distribute the container of mine, but I don't want to expose the source code which in container.
is there any solution of this? or any good suggestions to achieve the goal?