How “Docker” can help you become a better hacker
Intro
Recently I’ve seen the question pop up a lot: Do you use your native operating system for hacking or a VM? The answer might surprise you, dear hacker, I use neither. What I use are containers.

What is docker?
Docker enables you to separate your applications from your infrastructures. It consists of a daemon…