So I am experimenting with Docker and I am contemplating a possibility of compiling a source tree on my local machine, using gcc & make and some more dependent libraries from a Docker container running locally.
Is it even possible? If yes, how do I go about it?