D
Dokploy9mo ago
just

docker swarm error building

Hi, i use docker swarm and when i try to build app i got error. If delete docker swarm config, its work fine. I really dont know why. This error dont have any information
No description
No description
6 Replies
𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲
Hi , can you share a docker logs when you try this way ?
Siumauricio
Siumauricio9mo ago
Are you using a custom registry or external?
Siumauricio
Siumauricio9mo ago
Looks like some of the logs are being omited, but locally that are the error it show
No description
Siumauricio
Siumauricio9mo ago
I think there is some problem in the configuration that you are specifying, surely something is causing that the container is not lifted even I see in the terminal that changes mode, which can happen at the time of deploy for certain configuration can not be lifted due to some configuration or mode that you specified, I think it is difficult to know, in the next version add the error log so you can see it
No description
just
justOP9mo ago
How enable error logs? In the deployments logs show only deploy information, dont have errors github registry Works. Error log: Error ❌ (HTTP code 409) unexpected - rpc error: code = AlreadyExists desc = name conflicts with an existing object: service test-test-4c5259 already exists I just deleted service and click deploy
Siumauricio
Siumauricio9mo ago
yeah as i said some configuration that you specified in the swarm settings makes the containers cannot recreated

Did you find this page helpful?