portainer: Error response from daemon: unable to find user 0: invalid argument.
Question: I’ve followed the installation guide for installing portainer with docker.
❯ docker volume create portainer_data
portainer_data
❯ docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce
Unable to find image 'portainer/portainer-ce:latest' locally
latest: Pulling from portainer/portainer-ce
d1e017099d17: Pull complete
b0718b1ef1b0: Pull complete
Digest: sha256:0ab9d25e9ac7b663a51afc6853875b2055d8812fcaf677d0013eba32d0bf0e0d
Status: Downloaded newer image for portainer/portainer-ce:latest
19e865138f4a5c6e3b6dd9eb00df984a985d7c14184faba4fcd2f11cbb769b8a
docker: Error response from daemon: unable to find user 0: invalid argument.
What can I do to solve that ?
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 27 (9 by maintainers)
Hi @xander-sh
That was the point! I’ve upgraded the docker engine to the mentioned version and the issue has gone. Thank you!