Guides on all things sysadmin and tech related
Following my recent beginners guide to Docker post I thought it would be useful to go into a bit more detail on what docker compose files are and why I use them. Normally starting a container involves invoking the docker run command followed by all the commands required to start the container. This is fine…
Docker can be thought of in similar vein to virtualization however instead of virtualizing an entire computer it runs a container which consists of the necessary items required to run an application. Instead of having to setup an entire server, install the prerequisites, and install the server it instead launches a container with all of…
I’m quite early into writing blog posts so I thought what better of a topic to choose than how I got this blog running in the first place. I use a Raspberry Pi running Ubuntu on my home internet connection to host this blog. Before hosting this I used it as a Pi-hole which I…