jshridha / docker-blueiris

Blueiris in a docker using wine!
Apache License 2.0
106 stars 52 forks source link

Idea #45

Closed reesericci closed 3 years ago

reesericci commented 3 years ago

Why is this docker container using WINE to run BI when microsoft publishes windows docker images? Just install BI in the windows docker container and enable RDP.

Is this possible?

-- Reese

jshridha commented 3 years ago

This would be awesome, but my understanding is even though those containers are multiarch, they are required to run in Windows server installations. The goal of this container is to run on linux hosts rather than windows hosts.

ycodryn commented 3 years ago

And running on linux host will eat less resources than windows hosts. Is like this: docker is on linux kernel, so windows will create inside container a vm anyway to run on it > resource heavy

reesericci commented 3 years ago

This would be awesome, but my understanding is even though those containers are multiarch, they are required to run in Windows server installations. The goal of this container is to run on linux hosts rather than windows hosts.

Ah, that makes total sense.