April 28, 201511 yr I was able to get the Apache Docker to serve a basic html page.... I would love to be able to run a full PHP, apache, php-sql, phpmyadmin and all the necessary libraries to serve more elaborate web sites. Is this a realistic use for a Docker? Or would one have to move to a VM.... I know nothing about VMs other than the basic concept. My ultimate goal is to run nZEDb, and a php personal web portal. Thanks, Hernando
April 28, 201511 yr I was able to get the Apache Docker to serve a basic html page.... I would love to be able to run a full PHP, apache, php-sql, phpmyadmin and all the necessary libraries to serve more elaborate web sites. Is this a realistic use for a Docker? Or would one have to move to a VM.... I know nothing about VMs other than the basic concept. My ultimate goal is to run nZEDb, and a php personal web portal. Thanks, Hernando It's definitely do-able. I modified smdion's docker to add a few more php bits and bobs. Search for my username on github to see. Read the dockerfile and you'll see how easy it is to add other stuff. Alternatively look for the apache plugin
April 28, 201511 yr I use the docker in conjunction with the mariadb docker. I run owncloud, phpmyadmin, wordpress, COPS (Ebook library) and others on it, so it's definitely possible, if I need any extra php stuff, I just add it to my dockerfile. Plus it's easy to reinstall and backup your stuff as well.
April 28, 201511 yr Author You should post yours in a repo I like mine being lightweight, hence why I advertise it as a reverse proxy.
April 28, 201511 yr It's definitely do-able. I modified smdion's docker to add a few more php bits and bobs. Search for my username on github to see. Read the dockerfile and you'll see how easy it is to add other stuff. Alternatively look for the apache plugin Oh my, this is what I have been searching for. I promise I will read the dockerfile and try to figure out how to add other things. From your Github page, how do I convert that into an unRAID template and then add it as a repository? I added the link https://github.com/CHBMB/docker-containers/ as one of the repositories, but it does not see it when I go to "Add Container". Many thanks...
April 28, 201511 yr It's definitely do-able. I modified smdion's docker to add a few more php bits and bobs. Search for my username on github to see. Read the dockerfile and you'll see how easy it is to add other stuff. Alternatively look for the apache plugin Oh my, this is what I have been searching for. I promise I will read the dockerfile and try to figure out how to add other things. From your Github page, how do I convert that into an unRAID template and then add it as a repository? I added the link https://github.com/CHBMB/docker-containers/ as one of the repositories, but it does not see it when I go to "Add Container". Many thanks... Try adding https://github.com/CHBMB/docker-containers/tree/templates By the way I'm a complete Apache novice, only been using it a couple of months, so don't rely on my docker too much as I tend to break it every so often! Create your own github account and docker account and modify it as you see fit would be my advice.
April 28, 201511 yr You should post yours in a repo I like mine being lightweight, hence why I advertise it as a reverse proxy. I break it a lot.. Don't like the idea of too many people relying on it... Plus I didn't want to step on your toes. It's all your work not mine mate.
April 29, 201511 yr thank you!!.... I am not much of an Apache expert either, but my need is basic. I see on the dockerfile how you have the apt-get install.... I can put additional reasonable stuff in there. I am going to see how I can fork your Template and ideally becomes a template on my github. On Github, I am NOT an expert. I will keep you posted. Thanks again, H.
April 29, 201511 yr thank you!!.... I am not much of an Apache expert either, but my need is basic. I see on the dockerfile how you have the apt-get install.... I can put additional reasonable stuff in there. I am going to see how I can fork your Template and ideally becomes a template on my github. On Github, I am NOT an expert. I will keep you posted. Thanks again, H. Curious are you going to run an indexer?
April 29, 201511 yr Curious are you going to run an indexer? Not at the moment... I want to start slow and see. CHBMB, I forked your tree... I edited the dockerfile to include a line: apt-get install mc && \ I added repository (I removed your repository): https://github.com/hernandito/docker-containers/tree/templates When I created the container, MC (Midnight Commander) did not install. Is it possible somehow that it still loads your template without my edits? EDIT: I tried to manually add MC on the terminal and its unable to find the package. How can I get it to locate it? I thought it was part of the ubuntu repository.... I was able to add it to the MariaDB docker. I did a apt-get update and it worked. Going to try on the dockerfile.
April 30, 201511 yr Sorry if this has been answered before and I just overlooked it throughout the forums... I've tried installing the headphones docker a couple of times but without the EDGE value set it tells me it doesn't know what version I am running, and I hadn't been able to get any of my music added. So I tried fresh setting EDGE to 1 and it is not loading at all. This is what is showing in the logs: *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... No SSH host key available. Generating one... Creating SSH2 RSA key; this may take some time ... Creating SSH2 DSA key; this may take some time ... Creating SSH2 ECDSA key; this may take some time ... Creating SSH2 ED25519 key; this may take some time ... invoke-rc.d: policy-rc.d denied execution of restart. *** Running /etc/my_init.d/edge.sh... Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: git-man liberror-perl patch rsync Suggested packages: gettext-base git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch git-bzr git-cvs git-mediawiki git-svn ed diffutils-doc The following NEW packages will be installed: git git-man liberror-perl patch rsync 0 upgraded, 5 newly installed, 0 to remove and 33 not upgraded. Need to get 3642 kB of archives. After this operation, 22.5 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main rsync amd64 3.1.0-2ubuntu0.1 [283 kB] Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main git-man all 1:1.9.1-1 [698 kB] Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main git amd64 1:1.9.1-1 [2555 kB] Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main patch amd64 2.7.1-4ubuntu1 404 Not Found [iP: 91.189.91.23 80] Fetched 3557 kB in 2min 25s (24.4 kB/s) E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/patch/patch_2.7.1-4ubuntu1_amd64.deb 404 Not Found [iP: 91.189.91.23 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? /etc/my_init.d/edge.sh: line 9: git: command not found chown: cannot access '/opt/headphones': No such file or directory *** /etc/my_init.d/edge.sh failed with status 1 *** Killing all processes... Any update on this? I just added this and I am seeing the same issue.
April 30, 201511 yr Author Sorry if this has been answered before and I just overlooked it throughout the forums... I've tried installing the headphones docker a couple of times but without the EDGE value set it tells me it doesn't know what version I am running, and I hadn't been able to get any of my music added. So I tried fresh setting EDGE to 1 and it is not loading at all. This is what is showing in the logs: *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... No SSH host key available. Generating one... Creating SSH2 RSA key; this may take some time ... Creating SSH2 DSA key; this may take some time ... Creating SSH2 ECDSA key; this may take some time ... Creating SSH2 ED25519 key; this may take some time ... invoke-rc.d: policy-rc.d denied execution of restart. *** Running /etc/my_init.d/edge.sh... Reading package lists... Building dependency tree... Reading state information... The following extra packages will be installed: git-man liberror-perl patch rsync Suggested packages: gettext-base git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-arch git-bzr git-cvs git-mediawiki git-svn ed diffutils-doc The following NEW packages will be installed: git git-man liberror-perl patch rsync 0 upgraded, 5 newly installed, 0 to remove and 33 not upgraded. Need to get 3642 kB of archives. After this operation, 22.5 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main rsync amd64 3.1.0-2ubuntu0.1 [283 kB] Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main git-man all 1:1.9.1-1 [698 kB] Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main git amd64 1:1.9.1-1 [2555 kB] Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main patch amd64 2.7.1-4ubuntu1 404 Not Found [iP: 91.189.91.23 80] Fetched 3557 kB in 2min 25s (24.4 kB/s) E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/patch/patch_2.7.1-4ubuntu1_amd64.deb 404 Not Found [iP: 91.189.91.23 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? /etc/my_init.d/edge.sh: line 9: git: command not found chown: cannot access '/opt/headphones': No such file or directory *** /etc/my_init.d/edge.sh failed with status 1 *** Killing all processes... Any update on this? I just added this and I am seeing the same issue. Sorry.. was AFK for a long while.. seeing this now and taking a look. NINJA EDIT: Updated to newest version and fixed EDGE.
April 30, 201511 yr Thanks for the quick fix. I am new to Docker. Do I just remove the docker image and re-add it? EDIT: I did a force update and I think that took care of it. I added the EDGE = 1 variable and it appears to be installing now. UPDATE: Yup, that did it. Up an running. Thanks again. Now I just need to spend some time configuring it properly...which I never did even running it as a plugin....
April 30, 201511 yr Author Thanks for the quick fix. I am new to Docker. Do I just remove the docker image and re-add it? If its your first install, I would removed and re-add. Otherwise there is a "check for updates" button as well.
May 2, 201511 yr maraschino is not installing the following message is in the log during startup, followed by repeated missing maraschino.py messages Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main patch amd64 2.7.1-4ubuntu1 404 Not Found [iP: 91.189.91.24 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/patch/patch_2.7.1-4ubuntu1_amd64.deb 404 Not Found [iP: 91.189.91.24 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
May 2, 201511 yr maraschino is not installing the following message is in the log during startup, followed by repeated missing maraschino.py messages Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main patch amd64 2.7.1-4ubuntu1 404 Not Found [iP: 91.189.91.24 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/patch/patch_2.7.1-4ubuntu1_amd64.deb 404 Not Found [iP: 91.189.91.24 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? i know this one, lol. needs an apt-get update before the apt-get install of git in the edge script or install script.
May 2, 201511 yr in here , needs the apt-get update before the apt-get install. the repo version of patch got updated in ubuntu and without the update git calls the old one and it's no longer in repo, hence the error. https://github.com/smdion/docker-containers/blob/master/maraschino/nzbdrone.sh and here https://github.com/smdion/docker-containers/blob/master/maraschino/plex.sh
May 3, 201511 yr Hi there, I must be doing something wrong because i can not get UpStatsBoard to work. I can't get to the webpage on serverip:8024 When i look in the log i see this: 2015-05-03 18:34:546 INFO MAIN_APP :: Starting up app in unknown environment. 2015-05-03 18:34:612 INFO REQUIREMENTS :: All requirement checks have passed! 2015-05-03 18:34:637 INFO CONFIG :: Validated general configuration 2015-05-03 18:34:140 INFO CONFIG :: Validated memory servers configuration. 2015-05-03 18:34:142 INFO CONFIG :: Validated configuration for your drives. 2015-05-03 18:34:144 INFO CONFIG :: Validated bandwidth servers configuration. 2015-05-03 18:34:145 FATAL MAIN_APP :: A host must be specified for this monitoring service, Service Name 2015-05-03 18:34:396 INFO MAIN_APP :: Starting up app in unknown environment. 2015-05-03 18:34:431 INFO REQUIREMENTS :: All requirement checks have passed! 2015-05-03 18:34:433 INFO CONFIG :: Validated general configuration 2015-05-03 18:34:437 INFO CONFIG :: Validated memory servers configuration. 2015-05-03 18:34:439 INFO CONFIG :: Validated configuration for your drives. 2015-05-03 18:34:440 INFO CONFIG :: Validated bandwidth servers configuration. 2015-05-03 18:34:442 FATAL MAIN_APP :: A host must be specified for this monitoring service, Service Name 2015-05-03 18:34:873 INFO MAIN_APP :: Starting up app in unknown environment. 2015-05-03 18:34:903 INFO REQUIREMENTS :: All requirement checks have passed! 2015-05-03 18:34:905 INFO CONFIG :: Validated general configuration 2015-05-03 18:34:908 INFO CONFIG :: Validated memory servers configuration. 2015-05-03 18:34:910 INFO CONFIG :: Validated configuration for your drives. 2015-05-03 18:34:912 INFO CONFIG :: Validated bandwidth servers configuration. 2015-05-03 18:34:913 FATAL MAIN_APP :: A host must be specified for this monitoring service, Service Name And this keeps repeating until the end of the file. What am i missing / doing wrong? Rob.
May 8, 201511 yr Is anyone else having an issue with the cAdvisor docker not showing the correct image? I've checked the properties under advanced for banner/icon, and I can copy that link to a browser and see the icon, but I'm still getting the question mark icon on dashboard/the docker tab. I have the following 2 values listed in the docker config http://i.imgur.com/NfdRq7L.png http://i.imgur.com/stlnoKR.png When I do a copy URL for the image I get this: /plugins/dynamix.docker.manager/assets/images/question.png. The server has internet access, and I can actually open the image's URL from a browser in a VM on the server, so I don't think it's a network issue Any suggestions for how to fix this?
May 9, 201511 yr Having the same issue with cadvisor. have also tried manually added the file to the images folder on the flash and it is not getting picked up from there either.
May 9, 201511 yr Author Having the same issue with cadvisor. have also tried manually added the file to the images folder on the flash and it is not getting picked up from there either. cAdvisor is an official Google docker, I just made an easy way to install it on docker. Not sure even how to start looking into that
May 9, 201511 yr Having the same issue with cadvisor. have also tried manually added the file to the images folder on the flash and it is not getting picked up from there either. cAdvisor is an official Google docker, I just made an easy way to install it on docker. Not sure even how to start looking into that I think its an unraid/ docker manager thing, since the docker works, but it just isn't displaying the icon which has nothing to do with the docker itself. The weird thing to me is that it seems to ignore the template values for the icon. Im not sure where to ask though for that?
May 10, 201511 yr Having the same issue with cadvisor. have also tried manually added the file to the images folder on the flash and it is not getting picked up from there either. cAdvisor is an official Google docker, I just made an easy way to install it on docker. Not sure even how to start looking into that I think its an unraid/ docker manager thing, since the docker works, but it just isn't displaying the icon which has nothing to do with the docker itself. The weird thing to me is that it seems to ignore the template values for the icon. Im not sure where to ask though for that? I just tried it (with and without community repositories installed) and the icon does not work with dockerMan. The link is good, but dockerMan doesn't like it for some reason.
May 15, 201511 yr How are you guys working with startssl and freedns to authenticate the domain from freedns, every time I try with startssl I am getting the information that it's blacklisted? Any assistance is greatly appreciated.
May 15, 201511 yr maraschino is not installing the following message is in the log during startup, followed by repeated missing maraschino.py messages Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main patch amd64 2.7.1-4ubuntu1 404 Not Found [iP: 91.189.91.24 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/patch/patch_2.7.1-4ubuntu1_amd64.deb 404 Not Found [iP: 91.189.91.24 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? i know this one, lol. needs an apt-get update before the apt-get install of git in the edge script or install script. I'm confused. I also have this issue and am unsure how to fix it. Dont know much about linux I'm afraid.
Archived
This topic is now archived and is closed to further replies.