tech687
(Tech687)
1
$ 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
$ docker compose config
no configuration file provided: not found
does anyone understand anything?
deanayalon
(Dean Ayalon)
2
Don’t install Docker using Snap
tech687
(Tech687)
3
$ sudo apt install docker.io
thanks
rimelek
(Ákos Takács)
4
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.
tech687
(Tech687)
5
but it talks about docker desktop
meyay
(Metin Y.)
6
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.
deanayalon
(Dean Ayalon)
7
Click on the relevant Linux distinction you’re using and the engine installation instructions should be there
tech687
(Tech687)
8
I can’t find anything related to docker-ce
PS
$ lsb_release -a | grep Desc
Description: Ubuntu 24.04.1 LTS
meyay
(Metin Y.)
9
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