Comment on Portainer Issues With Docker Update FYI
deleted@lemmy.world 1 day agoYou just need to do the following:
-
systemctl edit docker.service
-
Add this part above the line ### Lines below this comment will be discarded:
[Service] Environment=DOCKER_MIN_API_VERSION=1.24
-
Save the file and exit
-
systemctl restart docker
Credit to johannesMEGABAD github.com/portainer/portainer/issues/12925#issue…
irmadlad@lemmy.world 23 hours ago
Awesome. Thanks