Can someone help me debug the simple Error on docker [Solved]
Im trying to build the docker file and look like everything ok, only when deploy, dockploy is not happy, I have no idea how to resolve this issue
I upgraded to v15 recently and it happens. Not sure if it has anything related or not. 😦



7 Replies
docker info
sudo docker ps
looks normal
When I tried to use the
latest
docker image to deploy on a newly created service, it can deploy without error.
another error message shows on my slack notification
Happens to me aswell when I set Ressource limits. I also know that some others have the same issue. I’ll see if there is a ticket open, otherwise I’ll open one
I also checked with the testing service, it does not set anything, in my current service, it was set cpu limit: 2, reserved: 1, I will remove and redeploy
damnnnn, it's green

for anyone has similiar issue: https://github.com/Dokploy/dokploy/issues/927
GitHub
Docker CPU Resource Parameters - Invalid CPU value error when deplo...
To Reproduce Set up a Docker container with any image Configure container resources in Dokploy UI: CPU Limit: 2 CPU Reservation: 2 Memory Reservation: 1024 Memory Limit: 4096 Click Save and attempt...