kabe0
kabe0
Yea I can add that in. I'll look into it.
You can use docker run to execute alternative startup commands. Then, you could run something like ``` docker run \ -v $PWD/config:/config \ -v $PWD/downloads:/downloads \ -p 8112:8112 \ -p...
Docker is heavily inspired by the Unix world which is pretty heavily focused on the shell. In some ways shells have been growing in popularity due to the ease for...
Just curious, you use Portainer with your containers? They make managing those kind of things a lot easier for people and it's free for community use. It's basically a full...
Sure, I'll take a look
Did not mean to close it, still testing
The file update works for x64, but I am having issues with the arm version, so still addressing.
Will be hopefully the end of the week I can get it done. This work week is just crazy busy.
Status update... ARM is still being a bit of an issue. Ubuntu builds, but ARM fails to connect. Iptables are completely unavailable. Have not figured that part out yet. If...
iptables seem to be the actual culprate. Ubuntu 20.04 has listed version 1.8.4 to be installed, but 1.8.6 is the version being run on Docker. This is incompatible with the...