I just received this strange error trying to bootstrap.
I updated this site 2 days ago without incident.
root@support:/var/discourse# ./launcher bootstrap multi
WARNING: We are about to start downloading the Discourse base image
This process may take anywhere between a few minutes to an hour, depending on your network speed
Please be patient
Unable to find image 'discourse/base:2.0.20200429-2110' locally
/usr/bin/docker: Error response from daemon: Get https://registry-1.docker.io/v2/discourse/base/manifests/2.0.20200429-2110: unauthorized: please use personal access token to login.
See '/usr/bin/docker run --help'.
Your Docker installation is not working correctly
See: https://meta.discourse.org/t/docker-error-on-bootstrap/13657/18?u=sam
root@support:/var/discourse# docker version
Client:
Version: 18.09.6
API version: 1.39
Go version: go1.10.8
Git commit: 481bc77
Built: Sat May 4 02:35:27 2019
OS/Arch: linux/amd64
Experimental: false
Server: Docker Engine - Community
Engine:
Version: 18.09.6
API version: 1.39 (minimum version 1.12)
Go version: go1.10.8
Git commit: 481bc77
Built: Sat May 4 01:59:36 2019
OS/Arch: linux/amd64
Experimental: false
root@support:/var/discourse# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
1e63a91934e8 local_discourse/multi "/sbin/boot" 2 days ago Up 2 days 0.0.0.0:7777->80/tcp multi
8681e70a72a0 local_discourse/data "/sbin/boot" 4 months ago Up 3 weeks data
root@support:/var/discourse# docker ps
It’s a multisite instance with Caddy as a reverse proxy, but a fairly standard install that’s been working for years.