You are viewing a single comment's thread from:

RE: Steem-in-a-box updated for v0.19.2

As the error says, it's a permission error. Docker normally runs as root, but fedora has SELinux and other security features which can cause issues.

I'd recommend googling something like "docker selinux" or "docker fedora permission errors".

Sort:  

Hm, okay. Not had SELinux on the radar on this one. Will have a closer look if something there causing an access block. thx!