Greetings mere mortal! I wanted to share some networking tips that I’ve just learned as a result of one of my other projects. I look at creating and attaching LXC profiles to a VLAN network as opposed to the standard NAT bridge that LXD configures by default. There’s also some […]
lxc
3 posts
I’m currently busy with a project in my home lab that requires a machine on my test LAN to be issuing IP addresses. I figured I’d use an LXC container on my Ubuntu Desktop because it’s lightweight and a convenient way to contain DHCP server software without having to install […]
There’s a massive trend right now to containerise application deployments. It makes sense to do so because there’s no real reason to run every application on it’s own dedicated server. Instead, putting it inside it’s own little box makes it highly portable and a pleasure to deal with… sort of. […]