Unraid Docker MOUNTING ON /IMAGES FAILED CONNECTION REFUSED
-
I deployed FOG server pn Unraid in docker and get following error:
[https://i.imgur.com/fC2HAdl.jpg](link url)
Container configuration:
[https://i.imgur.com/YldcAXZ.png](link url)
There is no firewall in between.I am grateful for any help
-
@norbo80 in the docker container, is /images mounted on the server appropriately?
-
@Tom-Elliott Thanks for the answer. I think the /images folder is mounted correctly. Inside the folder I can find two subfolders: /devs and /postdown-scripts.
-
@norbo80 So you said there’s no firewall between, but maybe there’s a firewall on the docker container?
-
@Tom-Elliott I’m not linux specialist but treid:
/ # systemctl status firewalld
sh: systemctl: not found
/ # firewall-cmd --state
sh: firewall-cmd: not found
/ # ufw status
sh: ufw: not foundlinux version:
NAME=“Alpine Linux”
ID=alpine
VERSION_ID=3.14.0
PRETTY_NAME=“Alpine Linux v3.14”
HOME_URL=“https://alpinelinux.org/”
BUG_REPORT_URL=“https://bugs.alpinelinux.org/” -
@norbo80 Can you connect to the fog server over http? To at least the web ui?
The target computer connects to the fog server over the nfs protocol. So NFS needs to be routed to the fog container too. I don’t understand docker completely but for NFSv3 you need a bunch of ports open to make it work. You will also need to open FTP, SSH to the fog server. It would seem that running fog in a container might be problematic. I know there are some people on the fog forum that have set it up, but I have not done so personally.
-
@george1421 Thank you. I can connect to the fog server via http without a problem. I think the ports are open in the container. Perhaps someone here has successfully set up a fog server in the docker?
-
@norbo80 this post looks interesting. What seems to be important is the port groups being forwarded to the container: https://forums.fogproject.org/topic/5546/installing-fog-in-a-docker-container