Skip to content
Discussion options

You must be logged in to vote

Those are both Docker issues. The empty compose file implies the file named docker-compose.yml has nothing in it (or perhaps is unreadable). On Windows type docker-compose.yml should show you what is in the file assuming you are using Command Prompt (docker compose uses docker-compose.yml by default as the file). If it shows nothing, it is empty. You need to be in the same directory as wherever you saved the docker-compose.yml file to run any Docker commands.

The unable to get image... is odder. I just checked and I can download 4cat:stable fine. Perhaps there was some other issue preventing Docker from downloading the image at the time you ran it. docker pull digitalmethodsinitiative/4ca…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by stijn-uva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants