I love moving electrons

Posts tagged `Docker`

Using Docker for Building Java Projects
I first started using Docker mostly for development. It is quite facilitating. Recently ran into a scenario where I needed to compile and package couple of Java projects. With docker I can do just that without having to install JDK and Apache Maven on my machine.