johnodon Posted June 21, 2015 Share Posted June 21, 2015 I think this would be cool to have. If you have never heard about it, check it out here: https://www.fogproject.org/ There are already some instances on the hub including this one: https://registry.hub.docker.com/u/lspiehler/fogproject/ It may provide some direction. John Quote Link to comment
dcoens Posted June 28, 2015 Share Posted June 28, 2015 I am absolutely interested in this. I tried to get a fully working copy, but could not. I also think that this could serve as the primary tftp/pxe server for other bootable images Quote Link to comment
Alex.vision Posted June 28, 2015 Share Posted June 28, 2015 Speaking of tftp and pxe I bought serva64 to pxe boot my computers and I love it. Installing my OS's over the network is amazingly fast. I keep it running all the time on my server just incase I want to reinstall any machine. If it could run in a docker that would be sweet. I have seen the fog project around for a couple of years. I even built a fog server once but I didn't spend a lot of time using it. Form what I saw though it was an excellent piece of software. Though it really shines when your doing a multicast rollout to many computers at once. Quote Link to comment
morbidpete Posted June 29, 2015 Share Posted June 29, 2015 Bump, I would love this for my work's unraid Quote Link to comment
dirtysanchez Posted July 10, 2015 Share Posted July 10, 2015 I would also be very interested in this. Quote Link to comment
sparklyballs Posted July 11, 2015 Share Posted July 11, 2015 what is this thing ? Quote Link to comment
smdion Posted July 12, 2015 Share Posted July 12, 2015 what is this thing ? Ability to PXE boot computers and image them. Quote Link to comment
randall526 Posted September 30, 2015 Share Posted September 30, 2015 another thumbs up, fog docker please. This would make me decommission my ISO PXE boot and imaging VM running it now. Quote Link to comment
Doug Posted December 31, 2015 Share Posted December 31, 2015 Has anyone gotten anywhere with this? This would be great to have as a docker! Quote Link to comment
Ryoko Posted December 19, 2016 Share Posted December 19, 2016 Have really been looking into Fog the past few days after having some major Win10 1607 update and multi pc backup woes at the office. After searching here and google I've found a few mentions of trying to run Fog in a container, but much like this post there haven't been any updates in over a year. I'm posting here to essentially bump the topic and hope that someone with Docker know-how might be interested in taking a stab at getting Fog to run in an unRAID Docker. Thanks Quote Link to comment
bobbintb Posted November 25, 2018 Share Posted November 25, 2018 I know this is an old thread to resurrect but I've made some progress on this. I managed to get a docker working with the existing repo but it's a really old version. Anyone manage to get the latest version working? Quote Link to comment
gacpac Posted April 26, 2019 Share Posted April 26, 2019 They just did a container but it's missing a forum and it's tricky to get it working without some help Quote Link to comment
Squid Posted April 27, 2019 Share Posted April 27, 2019 9 hours ago, gacpac said: They just did a container but it's missing a forum and it's tricky to get it working without some help If you go to the project page, there's a complete forum for support there. Quote Link to comment
gacpac Posted April 27, 2019 Share Posted April 27, 2019 If you go to the project page, there's a complete forum for support there.Right now the docker works as expected. It's just that thing for the WebUI button, that is specific to Unraid. I'll search a little bit more there and if not, I'll let it be until it gets fixed on a future release or something. Thanks you so much. Always helping the community Sent from my Pixel 2 XL using Tapatalk Quote Link to comment
golli53 Posted September 23, 2019 Share Posted September 23, 2019 On 4/26/2019 at 10:38 PM, Squid said: If you go to the project page, there's a complete forum for support there. Are you talking about support for the docker itself or for the overall fog project? Just making sure as I couldn't find anything other than the main fogproject.com forum I'm having trouble setting this up. Getting mysql errors (using 6.7.2 but mapping the sql folders directly in /mnt/cache/appdata. Also, it defaults to host mode, but the ports are obviously taken. Switching to bridge mode doesn't seem to make sense because I think all the ports need to be exposed to the LAN. * Starting enhanced syslogd rsyslogd ...done. * Starting MySQL database server mysqld ...fail! mysqldump: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) when trying to connect ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) * Starting internet superserver xinetd ...done. * Starting Apache httpd web server apache2 AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80 (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down AH00015: Unable to open logs Action 'start' failed. The Apache error log may have more information. * * Starting FTP server vsftpd ...done. * Starting FOG Computer Imaging Solution: FOGImageReplicator ...done. * Starting FOG Computer Imaging Solution: FOGImageSize ...done. * Starting FOG Computer Imaging Solution: FOGMulticastManager ...done. * Starting FOG Computer Imaging Solution: FOGPingHosts ...done. * Starting FOG Computer Imaging Solution: FOGScheduler ...done. * Starting FOG Computer Imaging Solution: FOGSnapinHash ...done. * Starting FOG Computer Imaging Solution: FOGSnapinReplicator ...done. You can now login to the FOG Management Portal using the information listed below. The login information is only if this is the first install. This can be done by opening a web browser and going to: http://192.168.10.10/fog/management Quote Link to comment
golli53 Posted September 23, 2019 Share Posted September 23, 2019 Spoke too soon. Actually setting up a new docker network using the below guide somehow solved both the mysql errors and the bridging issue - New settings: Quote Link to comment
golli53 Posted October 4, 2019 Share Posted October 4, 2019 Has anyone else gotten this to work? I can't seem to get NFS to start in the docker which is required by fog's core functionality. When I try in the container shell: # service nfs-kernel-server restart [ ok ] Stopping NFS kernel daemon: mountd nfsd. [ ok ] Unexporting directories for NFS kernel daemon.... [warn] Not starting NFS kernel daemon: no support in current kernel. ... (warning). Is (debian-flavor) NFS not supported by UnRAID kernel? I have the NFS setting enabled in UnRAID gui just in case although that probably doesn't affect the kernel Tried deschamps001/fogproject and mudislander/fogproject (which is an UnRAID Community App, so surprised if no one can get it to work) Quote Link to comment
aderuwe Posted November 1, 2019 Share Posted November 1, 2019 On 10/4/2019 at 1:01 PM, golli53 said: Has anyone else gotten this to work? I can't seem to get NFS to start in the docker which is required by fog's core functionality. When I try in the container shell: # service nfs-kernel-server restart [ ok ] Stopping NFS kernel daemon: mountd nfsd. [ ok ] Unexporting directories for NFS kernel daemon.... [warn] Not starting NFS kernel daemon: no support in current kernel. ... (warning). Is (debian-flavor) NFS not supported by UnRAID kernel? I have the NFS setting enabled in UnRAID gui just in case although that probably doesn't affect the kernel Tried deschamps001/fogproject and mudislander/fogproject (which is an UnRAID Community App, so surprised if no one can get it to work) Any luck? I'm running into the same thing. Would hate to have to resort to spinning up a VM... Quote Link to comment
golli53 Posted November 3, 2019 Share Posted November 3, 2019 On 11/1/2019 at 2:21 PM, aderuwe said: Any luck? I'm running into the same thing. Would hate to have to resort to spinning up a VM... Yes - on unRAID host run (and you can set this to run at array start using the User Scripts plugin): modprobe nfs modprobe nfsd For the container, set Post Arguments to: bin/bash -c "service rpcbind start; service nfs-kernel-server start; bash entry.sh" Quote Link to comment
SoloCon Posted April 1, 2021 Share Posted April 1, 2021 On 11/3/2019 at 4:31 AM, golli53 said: Yes - on unRAID host run (and you can set this to run at array start using the User Scripts plugin): modprobe nfs modprobe nfsd For the container, set Post Arguments to: bin/bash -c "service rpcbind start; service nfs-kernel-server start; bash entry.sh" I keep getting " * Starting NFS kernel daemon * Not starting: portmapper is not running" when trying to run that last command within the container. Any info on how to proceed? Quote Link to comment
Recommended Posts
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.