Prev: 2.27.1
New: xxx
💳 These steps taken from this guide.
Find it in the bottom-left hand corner of the Portainer UI. Update it in the code snippet above, if out of date. Ideally keep all Portainer instances at the same version, for ease of blasting through the steps.
docker ps | grep portainer
Find the id of the container and copy it to clipboard.
docker stop d697db420c6b; docker rm d697db420c6b
docker rmi portainer/portainer-ce:2.27.1
5. Re-run the initial installer, but bump the version tag to latest on portainer github
docker run -d -p 8000:8000 -p 9443:9443 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:xxx