Running OwnCloud on macOS (using docker)

OwnCloud
Being fed up with Dropbox and their constant nagging to sign up for their business plans, I recently investigated OwnCloud. OwnCloud is essentially a open-source clone of Dropbox, that you can install on your own server. It has many, many more features, but I’m going to leave it at that.
After I installed OwnCloud on my linux server (which really easy to do) I started talking about it on a couple of podcasts and with a few friends. One question I got was “Can I run it on a Mac?”. “Sure” I thought, not seeing anything that would prevent it from running on macOS. Turns out, it’s not officially supported and OwnCloud doesn’t offer a package for it.
There’s a solution for this, though. Docker, a container-based virtualization solution, to the rescue. You’re basically running a mini-linux within a small virtual machine. Exactly what we need.
So here we go: Setting up OwnCloud from scratch on macOS in 4 short steps.
Read more »

