You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that Docker v27 was the last tested version according to the requirements matrix, but I just wanted to check I'm not doing anything wrong and from looking through issues + the forum I'm not seeing anyone else talking about this:
Trying to do a fresh install of Portainer on Docker v28 in rootless context:
$ 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:lts
af868e9bf909fa4097da26cbef6ac104e55e7564a83e3663c25a1fa7062d4bb2
docker: Error response from daemon: driver failed programming external connectivity on endpoint portainer (f0ade466d9b3023443379de9bb909db404e202e05e0d70219e43151606666d5a): fork/exec /usr/bin/rootlesskit-docker-proxy: no such file or directory
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Ask a Question!
I understand that Docker v27 was the last tested version according to the requirements matrix, but I just wanted to check I'm not doing anything wrong and from looking through issues + the forum I'm not seeing anyone else talking about this:
Trying to do a fresh install of Portainer on Docker v28 in rootless context:
Looks like this is related to the engine v28.0.0 release:
Beta Was this translation helpful? Give feedback.
All reactions