
Here are the config file perms: mailcow-dockerized]$ ls -l docker-compose.yml The same issue still persists, docker-compose still cannot find the config file. Status: Downloaded newer image for linuxserver/docker-compose:latestĭocker-compose version 1.26.0, build d4451659

Unable to find image 'linuxserver/docker-compose:latest' locally ~]$ sudo chmod +x /usr/local/bin/docker-composeĭocker-compose -version does require sudo: ~]$ docker-compose -versionĭocker: Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post " dial unix /var/run/doscker.sock: connect: permission denied. Ln: failed to create symbolic link '/usr/bin/docker-compose': Read-only file system ~]$ sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose ~]$ sudo curl -fsL "" -o /usr/local/bin/docker-compose
~]$ sudo docker image rm linuxserver/docker-compose:latestĮrror: No such image: linuxserver/docker-compose:latest docker images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE ubuntu 14.04 ba5877dc9bec 3 days ago 192.7 MBRm: cannot remove '/usr/bin/docker-compose': No such file or directory I was on root user when I did these commands at the first them, so it didn’t really make a difference when I ran them as sudo on a regular user: ~]$ sudo rm /usr/local/bin/docker-compose How Docker was installed: Included as part of the OS (container Linux distribution) Command used to create Docker container (run/create/compose/screenshot)
DOCKER RUN IMAGE NO SUCH FILE OR DIRECTORY INSTALL
Install linuxserver/docker-compose using “Recommended” method ( sudo curl -L -fail -o /usr/local/bin/docker-compose & sudo chmod +x /usr/local/bin/docker-compose ).

Supported filenames: docker-compose.yml, docker-compose.yamlĮven if I use -f to manually define the path of the file, it just shows all the possible commands. ERROR:Ĭan't find a suitable configuration file in this directory or any Current Behaviorĭocker-compose does not find docker-compose.yml, even when it’s really there. Please use our Discord server for general support.ĭocker-compose should find docker-compose.yml in the current directory and proceed normally. In stage envs the configuration will be totally different, but the Docker image will be. If you are new to Docker or this application our issue tracker is ONLY used for reporting bugs or requesting features. ERROR: Unable to read database state: No such file or directory.
