March 15, 201511 yr There already is a glftpd docker in the docker repository (look here). It is based on phusion/baseimage, like most other unRAID dockers are. So it should be easy to create an unraid template, shouldn't it?
March 15, 201511 yr There already is a glftpd docker in the docker repository (look here). It is based on phusion/baseimage, like most other unRAID dockers are. So it should be easy to create an unraid template, shouldn't it? that's already unraid'ed (is that a verb ?) to the point of user id being set.
March 23, 201511 yr Anyone thought about making a docker out of the Open Source CRM, SuiteCRM https://suitecrm.com/
March 23, 201511 yr Anybody already got an up-to-date Ampache docker? @breakline: For an PXE Server you don't need a Docker. You can simply install the dnsmasq package for Slack 14.1 x64 and use an appropriate config file for it. I use it that way myself.
March 23, 201511 yr Anybody already got an up-to-date Ampache docker? Have you tried any of the ones on docker hub with my plugin? http://lime-technology.com/forum/index.php?topic=38879.0
April 25, 201511 yr I'm also rooting for filebot. although it would be great to have filebot inside a deluge container so I could set it as a post process.
May 26, 201511 yr No more off topic posts please Okay Has anyone tried making a docker for makeMKV? I know there is a linux version, but it looks like it needs compiled, and they usually have a new version about once/month, so it probably will need 'constant' maintenance. I'm not sure if building one will be easy or good, but I'd really like to put the work of creating my mkv files onto my unRAID box, and not have to continue doing it on my laptop, over wifi, which takes forever. maybe this helps one get started... http://www.makemkv.com/forum2/viewtopic.php?f=3&t=2047 I have latest makemkvcon installed on unraid, still playing with it........ But it looks good. Sent from my iPhone using Tapatalk 2 This will have to wait docker v.1.1 upgrade, where the new --device flag will be available. jonp promissed that to the next beta, if I'm not mistaken. We are at docker 1.6.2. is this a possibility yet?
June 4, 201511 yr Looking for feedback on a FileBot container: http://lime-technology.com/forum/index.php?topic=40400.0
October 9, 201510 yr I would appreciate a docker container, such as utorrent, or even rutorrent (the current one is unsupported and does a chown of mapped folders which is bad).
October 9, 201510 yr I would appreciate a docker container, such as utorrent, or even rutorrent (the current one is unsupported and does a chown of mapped folders which is bad). have you tried Deluge? It's just like utorrent only better and without the cruft. Even comes with a WebGUI to use. I used to use utorrent and 100% switched to Deluge. Plus there's both a plugin AND a docker container for deluge. Pick your poison as both are heavily updated/kept current.
October 9, 201510 yr I would appreciate a docker container, such as utorrent, or even rutorrent (the current one is unsupported and does a chown of mapped folders which is bad). have you tried Deluge? It's just like utorrent only better and without the cruft. Even comes with a WebGUI to use. I used to use utorrent and 100% switched to Deluge. Plus there's both a plugin AND a docker container for deluge. Pick your poison as both are heavily updated/kept current. Sorry, thought I mentioned it but obviously not. I am using deluge right now, but it has a quirk/bug in that the incoming port keeps getting "blocked". If I do the active port test, I get a warning. If I change the port, it then works, or if I restart the docker then the original port works again (so it's not my router, and I've done other testing to make sure it's not my router). I can't have a torrent docker where the port stops working often and I can't seed. I might however try the plugin, thanks.
October 16, 201510 yr Is there a docker for something simliar to foobar or dbpoweramp for ripping CDs?
October 17, 201510 yr Has anyone made a docker template for Seafile? If you turn on dockerHub results within Community Applications, there's 24 results on a search for seafile. No idea if they work properly however.
October 25, 201510 yr I am trying to get Docker for Ogar working for my kids. I used Community Applications plugin to convert "Galexrt/docker-ogar" to a template. I guess I have no idea what I am doing.. I see this in the docker commands: if [ ! -z "$SERVER_PORT" ]; then sed -i 's/serverPort = .*$/serverPort = '"$SERVER_PORT"'/g' "$DATA_PATH/gameserver.ini" fi if [ ! -z "$SERVER_GAMEMODE" ]; then if [[ "$SERVER_GAMEMODE" == "0" && "$SERVER_GAMEMODE" == "1" ]]; then echo "SERVER_GAMEMODE is invalid, defaulting to 0" SERVER_GAMEMODE="0" fi sed -i 's/serverGamemode = .*$/serverGamemode = '"$SERVER_GAMEMODE"'/g' "$DATA_PATH/gameserver.ini" fi if [ ! -z "$SERVER_BOTS" ]; then sed -i 's/serverPort = .*$/serverPort = '"$SERVER_BOTS"'/g' "$DATA_PATH/gameserver.ini" fi if [ ! -z "$SERVER_BOTS" ]; then sed -i 's/serverPort = .*$/serverPort = '"$SERVER_BOTS"'/g' "$DATA_PATH/gameserver.ini" fi node "$DATA_PATH/src/index.js" So I created environment variables for "$SERVER_PORT, $SERVER_BOTS, $SERVER_GAMEMODE, $DATA_PATH" but when trying to create it fails stating invalid environment variables. I tried removing all variables from the template and when I click add it successfully adds however the docker will not keep running. It starts for a few seconds then stops. Any ideas?
October 25, 201510 yr Don't know anything about this docker, but when you say I see this in the docker commands do you mean the docker log? If you put the $ in the environment variables of the docker template then that is likely your problem. Try it without the $
October 25, 201510 yr Yes, removing the "$" from my environment variables fixed that issue. Still some other issues, but I think it is with the docker it self.. Does not seem to be working. When I run "docker logs ogar" I see this: sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory module.js:338 throw err; ^ Error: Cannot find module '/data/src/index.js' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Function.Module.runMain (module.js:501:10) at startup (node.js:129:16) at node.js:814:3 sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory module.js:338 throw err; ^ Error: Cannot find module '/data/src/index.js' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Function.Module.runMain (module.js:501:10) at startup (node.js:129:16) at node.js:814:3
October 25, 201510 yr Yes, removing the "$" from my environment variables fixed that issue. Still some other issues, but I think it is with the docker it self.. Does not seem to be working. When I run "docker logs ogar" I see this: sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory module.js:338 throw err; ^ Error: Cannot find module '/data/src/index.js' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Function.Module.runMain (module.js:501:10) at startup (node.js:129:16) at node.js:814:3 sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory module.js:338 throw err; ^ Error: Cannot find module '/data/src/index.js' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Function.Module.runMain (module.js:501:10) at startup (node.js:129:16) at node.js:814:3 Could be the docker you got "in the wild" doesn't work, or it could just be an issue with your volume mappings. Do you have other working dockers?
October 25, 201510 yr Yes, removing the "$" from my environment variables fixed that issue. Still some other issues, but I think it is with the docker it self.. Does not seem to be working. When I run "docker logs ogar" I see this: Looks to me like you have to create in advance the appropriate ini files. You might want to ask here about it. http://ogarproject.com/ Also, according to this: https://github.com/OgarProject/Ogar, you also need to have ports 80 and 443 mapped to the container (They're not exported in the dockerfile, so CA has no idea about that) Problems like this (and the impossibility to automatically pick up any environment variables) is why CA has dockerHub searches disabled by default. That feature of CA will always remain an "advanced" feature.
October 25, 201510 yr Yes, removing the "$" from my environment variables fixed that issue. Still some other issues, but I think it is with the docker it self.. Does not seem to be working. When I run "docker logs ogar" I see this: sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory module.js:338 throw err; ^ Error: Cannot find module '/data/src/index.js' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Function.Module.runMain (module.js:501:10) at startup (node.js:129:16) at node.js:814:3 sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory sed: /data/gameserver.ini: No such file or directory module.js:338 throw err; ^ Error: Cannot find module '/data/src/index.js' at Function.Module._resolveFilename (module.js:336:15) at Function.Module._load (module.js:278:25) at Function.Module.runMain (module.js:501:10) at startup (node.js:129:16) at node.js:814:3 building a version of it now.
October 25, 201510 yr Amazing! I have been working on building a docker for this and struggling. Thanks Sparkly!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.