linuxserver / docker-blender

Responsive web accessible Blender Docker container with hardware acceleration.
GNU General Public License v3.0
60 stars 14 forks source link

Entrypoint for Blender in Azure Container Instances #3

Closed metamultiverse closed 1 year ago

metamultiverse commented 1 year ago

Hi, please let us know the Entrypoint to run the this docker image in Azure Container instance?

We tried with following but its not working

ENTRYPOINT ["/usr/bin/blender", "-b", "--version"]

aptalca commented 1 year ago

The entrypoint in most if not all of our containers is /init

metamultiverse commented 1 year ago

We tried with [/usr/sbin/init] as a entrypoint but it did not work. Its working fine on localhost. Issue is with cloud based container where they need entrypoint to start the container.,

Thanks Siddhesh

-- Siddhesh Narvekar

On 3 October 2022 at 7:02:48 PM, aptalca @.***) wrote:

The entrypoint in most if not all of our containers is /init

— Reply to this email directly, view it on GitHub https://github.com/linuxserver/docker-blender/issues/3#issuecomment-1265447104, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMU6XWVXNH3GVEDZTC7VCBDWBLN77ANCNFSM6AAAAAAQ3NYCO4 . You are receiving this because you authored the thread.Message ID: @.***>

aptalca commented 1 year ago

It's /init, not /usr/sbin/init