Working with Docker

Reference here First – what is docker? The gist is that it’s somewhat of a replacement for clunky linux virtual machines that you might use just for programming / software development. There are two main parts – Containers and Images. A Container is like a tiny, minimalistic virtual machine. It creates a small space toContinue reading “Working with Docker”