Category: docker

48

Docker – How and why I use it

Docker is a fantastic way to run applications in containers separate from your host OS. But, you may ask why bother doing this or why not use VMs instead? Docker is not a replacement...

0

Unifi Controller on Docker

I’ve been thinking about migrating my Unifi access point controller software off my Macbook Air onto my Ubuntu server, but I didn’t want to install Java and all of it’s dependencies on my fileserver… in steps Docker to save the day. Here’s how I set it up.