ccarney16 / pterodactyl-containers

Pterodactyl Panel within a docker container
231 stars 79 forks source link

Error when trying to create a server #74

Closed EdyTheCow closed 3 years ago

EdyTheCow commented 3 years ago

I am getting this error when trying to create a server on the panel:

failed to run install process for server error=failed to pull updated installation container image for server: Error response from daemon: client version 1.40 is too new. Maximum supported API version is 1.39

I am using docker images daemon v1.0.0 and panel v1.0.0 from docker hub. It does say panel version is "canary" in the dashboard. Not sure if it's supposed to say that or if image was built from dev version of the panel.

ccarney16 commented 3 years ago

Pull v1 again, I fixed that version problem. I also suggest updating docker itself to see if that problem goes away.

EdyTheCow commented 3 years ago

Thanks, working as expected now.