Failed loading environment The environment named local is unreachable. #12926
-
Ask a Question!Hi all, OS: Debian GNU/Linux 13 (trixie) x86_64
(I know abt the last error with podman, but neither do I know why it's here, nor how to get rid of it. I tried selecting correct environment like a dozen times)
|
Beta Was this translation helpful? Give feedback.
Replies: 56 comments 84 replies
-
|
Same issue as you. It started when I updated my server tonight with latest docker 29.0. So there is either an issue with docker engine 29 or portainer isn't compatible with the newest version. Your screenshot shows Standalone 29.0.0. So same problem. |
Beta Was this translation helpful? Give feedback.
-
|
Oh thank god I thought I was going crazy, I even span up a brand new debian vm installed just docker and portainer updated and got the same error right off the bat. Definitely latest update broke something |
Beta Was this translation helpful? Give feedback.
-
|
Apparently an issue has been opened: #12925 Portainer is not using the minimum required Docker API 1.44 which has been around for a looooong time. |
Beta Was this translation helpful? Give feedback.
-
|
I am experiencing the same issue. |
Beta Was this translation helpful? Give feedback.
-
|
adding a +1 to this issue |
Beta Was this translation helpful? Give feedback.
-
|
same :/ |
Beta Was this translation helpful? Give feedback.
-
|
Downgraded Docker from 29.0.0 to 28.5.2 and everything is working fine. |
Beta Was this translation helpful? Give feedback.
-
|
I actually downgrade portainer to 2.20.2 |
Beta Was this translation helpful? Give feedback.
-
|
same issue on Ubuntu 22.04.3 |
Beta Was this translation helpful? Give feedback.
-
|
Duplicate - #12925 Hello everyone, this is a RC release from Docker. We are aware of breaking changes for Docker 29 but please stick to the tested versions of Docker found here - https://docs.portainer.io/start/requirements-and-prerequisites |
Beta Was this translation helpful? Give feedback.
-
|
I also hit the same problem today. Wasted all my time. This solution worked for me |
Beta Was this translation helpful? Give feedback.
-
|
Have same issue |
Beta Was this translation helpful? Give feedback.
-
|
As Workaround I used systemctl edit docker.service and added |
Beta Was this translation helpful? Give feedback.
-
|
I'm also having the same problem (Failed loading environment :( The cause or reason for this problem is currently unknown.? |
Beta Was this translation helpful? Give feedback.
-
|
Oh dear what a major f***up. Spent an hour before discovering this and #12925. This should have been handled more nicely... now thousands of users run into this, great. #12925 (comment) did the trick - even it is more a workaround right. |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
+1 (and that's an upper case 1) |
Beta Was this translation helpful? Give feedback.
-
Just 2 more thinks:
on Debian GNU/Linux 11 (bullseye)
Summary:it suggests me to add this line to portrainer's yaml: services:
portainer:
image: portainer/portainer-ce:latest
user: root
...With the extra line: is this correct ? |
Beta Was this translation helpful? Give feedback.
-
|
The same issue. |
Beta Was this translation helpful? Give feedback.
-
|
Same here |
Beta Was this translation helpful? Give feedback.
-
DEFINITIVE SOLUTION: Portainer + Docker Engine v29🎯 PROBLEM IDENTIFIEDDocker Engine v29 introduced incompatibility with Portainer v2.33.4 due to the minimum API increase from 1.41 to 1.44. Symptoms:
🔧 IMPLEMENTED SOLUTION1. Docker Daemon ConfigurationCreated {
"min-api-version": "1.24",
"log-driver": "json-file",
"log-opts": {
"max-size": "10m",
"max-file": "3"
},
"features": {
"containerd-snapshotter": false
}
}2. Restart Dockersudo systemctl restart docker3. Verify Compatibilitydocker version
# Should show: API version 1.52 (minimum version 1.24)📚 REFERENCE
|
Beta Was this translation helpful? Give feedback.
-
|
Good morning, I had the same problem so I downgraded docker. And now, Impossible to access stacks:
Have you an idea please? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Downgrading |
Beta Was this translation helpful? Give feedback.
-
|
How disrespectful do you have to be to leave your users completely in the dark? Portainer clearly doesn’t care . Great job, Portainer , really shows how much you “value” your users. People have wasted hours trying to figure out what’s wrong, and they don’t even acknowledge the issue. This thread is two weeks old, and the official documentation still doesn’t mention that the current version is incompatible with the latest Docker. Instead, people wasted hours chasing a problem that should’ve been openly communicated. Two weeks have passed and the official installation guide still doesn’t even hint at the incompatibility with the latest Docker. |
Beta Was this translation helpful? Give feedback.
-
|
Locking due to duplicate and noise - Please look here for workaround and community comms - #12925 |
Beta Was this translation helpful? Give feedback.









Duplicate - #12925
Hello everyone, this is a RC release from Docker. We are aware of breaking changes for Docker 29 but please stick to the tested versions of Docker found here - https://docs.portainer.io/start/requirements-and-prerequisites