Raspberry Pi 5 with NVME Base Duo and 256 SSD
Recently I travelled to Cambridge and found myself near the Raspberry Pi shop in The Arcade.
Usually I buy from The Pi Hut or Pimoroni but I bought a NVME Base Duo and a single 256 SSD. I already had a Pi 5. Prices were comparable. I have a couple of Pi4's and 3's but was interested in the 5 because of the 16GB of memory. The intent was to use the Base Duo with the Pi 5 as a little server and in the process of building I intended to learn about Docker on a Pi. The plan was to add more storage and other services later.
I installed the standard 64 bit Pi OS which was easy enough, did the usual update and upgrade, finally enabled sshd server and checked the remote login from my laptop. All good.
I began to install Docker but fell foul of some issue related to user permissions and while researching came across LXD so read about it and decided that it was more interesting than Docker.
At that point I decided to go with Ubuntu Server on the 5 and with LXD for my container services.
Installing Ubuntu 24.04 LTS was a doddle on the 5. I enabled sshd, before testing a remote login to the server.
Finally I worked through the LXD tutorials and built, copied, ran stopped and deleted several Ubuntu containers and an Ubuntu VM. All this seemed remarkably intuitive and certainly less complex than my past experiences with Docker. This is probably due to me being me and I am sure others will be happy with Docker and there are some gotchas I will find out about later. For now I will go with LXD.
Next, post I will document using LXD to host a local Ghost or Hugo blog (maybe both) and a vanilla hand built site.
Cheers