Anon

Results 281 comments of Anon

> not tonight. I'll see, when I can get to look at it. Are you running docker commands with sudo? Also, run using `sudo docker-compose run MCC`

Tested on Arch, Ubuntu 22.04 and Windows, works with chmod tweak.

> > > not tonight. I'll see, when I can get to look at it. > > > > > > Are you running docker commands with sudo? Also, run...

> I tried `docker system prune -a` and `docker builder prune`. > > Didn't change the outcome in any way. Still no idea why that is happening. I've tested the...

> Actually I was stupid enough to run on MCCTeam:master. > > Correct repo, fresh unchanged pull (`git reset --hard;git pull; docker system prune -a;docker builder prune`) pull: > >...

> Would it be possible to check out my [test branch](https://github.com/breadbyte/Minecraft-Console-Client/tree/docker-fix) and see if everything is in working order? We could make a new branch here where you could commit...

Ping me once you have opened a PR for that branch. I'll add my code on it to use releases from your repo, so people can test it out.

> I've pushed an update to the branch. @milutinke I've tested the new code, and it works in Windows 10 and Ubuntu 20.04 when running in a Power Shell, or...

@mmodrow Try now with this branch: `git clone https://github.com/milutinke/Minecraft-Console-Client --recursive -b docker-fix-test`

> Quick test via ssh on my phone: > > ``` > mmodrow@host:~/OpenSource/milutinke$ git clone https://github.com/milutinke/Minecraft-Console-Client --recursive -b docker-fix-test > [...] > mmodrow@host:~/OpenSource/milutinke/Minecraft-Console-Client/Docker# git pull; docker system prune -a;docker builder...