Portainer WebGui for Docker

15th March 2020

works well on Raspberry Pi

DON’T install docker as an Ubuntu Flatpack/whatever with apt get

Install thusly

https://docs.docker.com/engine/install/ubuntu

Portainer-ce install

https://docs.portainer.io/start/install-ce/server/docker/linux

I update containers from the command line

cd to directory with docker-compose.yml then run the following commands

docker compose pull

docker compose down

docker compose build

docker compose up -d