I can't do docker-compose up -d with docker

Trouble

At macos 2020 When you want to connect to the server with some directory Even though docker is running, in the terminal,

docker-compose up -d

Even so, I get an error ↓

ERROR: Can't find a suitable configuration file in this directory or any parent. Are you in the right directory? Supported filenames: docker-compose.yml, docker-compose.yaml E41F52C2-788C-4ED3-B6C5-019E45F957C2_4_5005_c.jpeg

Solution

It was because docker-compose up -d was still running in another directory somewhere. Stop at that directory. At the terminal

docker-compose stop

Settle down with this!

end.

Recommended Posts

I can't do docker-compose up -d with docker
[Note] I suddenly can't build with Docker for windows.
Set up GitLab with docker
I tried BIND with Docker
I can't install lombok with Gradle.
I want to docker-compose up Next.js!
Create Laravel environment with Docker (docker-compose)
mysql doesn't start up with docker.
What I did when the DB did not start with docker-compose up
I tried using Scalar DL with Docker
I tried to verify AdoptOpenJDK 11 (11.0.2) with Docker image
I couldn't install docker with raspberry pi2 b +.
EC2 ✕ Manual deployment with Docker / docker-compose / Asset compilation
[Introduction to Docker x ECS] ECS deployment with docker compose up
I started MySQL 5.7 with docker-compose and tried to connect
When I bcrypt with node + docker, I got an error
You can't (yet) pass arguments to buildkit with docker-compose