No configuration file provided: not found

$ sudo snap install docker
docker 24.0.5 da Canonical✓ è stato installato

$ ls -1 docker-compose.yml 
docker-compose.yml

OK,but

$ docker compose run --rm app ls
no configuration file provided: not found

:open_mouth:

$ docker compose config
no configuration file provided: not found

:open_mouth:

does anyone understand anything?

Don’t install Docker using Snap

$ sudo apt install docker.io

thanks

No, not that either… Always start with the official documentation as we always say

Of course you can run any variant, but only the official Docker CE is supported by Docker Inc.

but it talks about docker desktop

Yup, it mentions that the engine is also available through Docker Desktop. Keyword: also(!).

Everything else on this page is about docker-ce: click on the distro you use, and you will be guided on how to install docker-ce for your distro.

Click on the relevant Linux distinction you’re using and the engine installation instructions should be there

I can’t find anything related to docker-ce

PS

$ lsb_release -a | grep Desc
Description:	Ubuntu 24.04.1 LTS

That’s to be expected on a page that is about Docker Desktop on Ubuntu.

Please use the link @rimelek shared, and click on the name of the distro you use in the Supported platforms section (assumed that it’s supported).

1 Like

thanks