nytimes / rd-blender-docker

A collection of Docker containers for running Blender headless or distributed ✨
https://hub.docker.com/r/nytimes/blender
Apache License 2.0
432 stars 60 forks source link

Difficult to access the software #25

Closed saxenachaitanya closed 3 years ago

saxenachaitanya commented 3 years ago

Thanks for the information but when I run the docker container from the image it is showing that "WARNING: IPv4 forwarding is disabled. Networking will not work."

How can I fix this issue?

I have the requirement to deploy the blend software inside the docker and want to access the software through browser by mapping the ports from the host to container

juniorxsound commented 3 years ago

This looks like a Docker issue, in a quick search I found this thread which might help solve your problem.

As far as I know Blender does not serve any UI over HTTP, so you might want to look at a cloud instance running the Blender GUI which you can VNC into.

Hope this helps and feel free to share your findings! Closing this issue for now.