I noticed that I'm getting an error when I use docker-compose but everything works well when I change it to docker compose .. without the dash I am on Linux- ubuntu
Asked
Active
Viewed 25 times
0
-
Usually `docker-compose` refers to v1 (old version of compose), `docker compose` is a v2 working as docker subcommand. Sometimes v2 installation involves linking `docker-compose` to binary executed by `docker compose`, but not necessary (and perhaps yours doesn't). – STerliakov Oct 10 '22 at 09:12