[Solved] Error to connect to angular docker container
I don’t know if is your case, but solely this issue is related to Alpine vs Slim in the Docker image. So to solve I think you can try with: docker exec -it your_container_name sh let me know if this fix your problem. Have a nice day EXTENDED: mon-project-angular_web_1 is the name of your image … Read more