Docker Failed to deploy 'Compose: docker-compose.yml': Some services/containers not started

Hello,

when building from docker compose i get this kind of error messages both on my projects and on a reference project.


Deploying 'Compose:  docker-compose.yml'...
Removing old containers...
SSL error: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:661)
(Re)building services...
Building backend
SSL error: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:661)
Starting...
SSL error: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:661)
No containers created for service: backend
Failed to deploy 'Compose:  docker-compose.yml': Some services/containers not started

It seems like docker compose won't work with it , or error messages are insufficient to look for the problem.

Windows 10 Pro / Docker for Windows / WS 2016.3.2

0
6 comments

Looks similar to https://youtrack.jetbrains.com/issue/IDEA-163464; try making the certificate folder path blank - does it help?

1

Yes it helped. There is another problem with the error reporting of WS. When i forgot to write a CMD in the Dockerfile (from node:latest) it just

Failed to deploy 'Compose:  docker-compose.yml': Some services/containers not started

But it would have been good to get a proper error message. I am wondering if the lack of error message extends to other types of error.

Thanks for the link !

Alex

1

>But it would have been good to get a proper error message.

 

please feel free to file this usability issue to youtrack, https://youtrack.jetbrains.com/issues/IDEA, or add your comments to https://youtrack.jetbrains.com/issue/IDEA-145705

0
Avatar
Permanently deleted user

Elena Pogorelova could you elaborate the "try making the certificate folder path blank"? I am having the same issue but with Windows 10 Home. A recap of my issue is here: https://github.com/docker/compose/issues/7334

0

@Basti Lamberto  https://youtrack.jetbrains.com/issue/IDEA-163464 was fixed 3 years ago; your problem must be different. If you believe that this is an error with IDE and not the docker/configuration issue, please file a request with detailed problem description to youtrack, https://youtrack.jetbrains.com/issues/IDEA

0

Please sign in to leave a comment.