I am a complete beginer when it comes to docker and I am trying to install a webserver aplication called steve via docker (https://github.com/RWTH-i5-IDSG/steve). I followed the instructions corectly, however when i use the command "*docker-compose up -d*
", I get the folowing error:
ERROR: .IOError: [Errno 13] Permission denied: "./docker-compose.yml"
I am runing the latest version of ubuntu 18.04 and so far i have tried the folowing:
-Using "sudo docker-compose up -d
" (same error)
- using "sudo docker build
" (builds correctly but i still cant start it)
-changing the permisions of both the dockerfile and docker-compose.yml to 777
- changing the file owner to root
The files are completly unchanged from the source code. I have only found a few users with this error who have posted an answer and none of them have worked so i am making my own question. I apologise for my bad English.