The default install of Ubuntu Core on my RPI doesn’t appear to have docker installed. Does anyone know how I can get docker and docker-compose up and running?


No release or variant of Ubuntu - including Ubuntu Core - has Docker pre-installed or shipped with it.

Unlike other versions of Ubuntu, Ubuntu Core runs on snaps only, so you should run sudo snap install docker to install Docker.