Docker ce couldn't connect to docker daemon. you might need to start docker for mac.

broken image
broken image

This became so popular that the Docker team decided to make Docker Compose based on the Fig source, which is now deprecated. The Docker community came up with a popular solution called Fig, which allowed you to use a single YAML file to orchestrate all your Docker containers and configurations. For complex applications with a lot of components, orchestrating all the containers to start up and shut down together (not to mention talk to each other) can quickly become unwieldy. Docker is a great tool for automating the deployment of Linux applications inside software containers, but to really take full advantage of its potential it’s best if each component of your application runs in its own container.