Skip to content

[Bug]: Cannot run via Docker: "no configuration file provided: not found" #2754

Discussion options

You must be logged in to vote

https://stackoverflow.com/a/69684470/14276600

That is a "caveat" of docker installed with snap. From docker-snap README: "All files that docker needs access to should live within your $HOME folder". So that is expected behavior.

Move your project to $HOME folder. For example, I had my project in /usr/local/src/my_project and had to move to ~/some_folder/my_project and then could run docker-compose.

So you can either do this, or install docker with apt

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@fuegovic
Comment options

@Peter-developer01
Comment options

@fuegovic
Comment options

@Peter-developer01
Comment options

Comment options

You must be logged in to vote
2 replies
@fuegovic
Comment options

@Peter-developer01
Comment options

Answer selected by Peter-developer01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
3 participants
Converted from issue

This discussion was converted from issue #2753 on May 16, 2024 17:44.