You are viewing a single comment's thread from:

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

Trying to use this on my Fedora 26 system, but once starting the container, it dies immediatly. In the logs I have the following error:

terminate called after throwing an instance of 'boost::filesystem::filesystem_error'
what(): boost::filesystem::status: Permission denied: "/steem/witness_node_data_dir/config.ini"
Aborted (core dumped)


Any idea what this might be?

Sort:  

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".

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