40
submitted 1 week ago by rabber@lemmy.ca to c/linux@lemmy.ml

I am not looking for software alternatives. Is the best method still to dual boot?

you are viewing a single comment's thread
view the rest of the comments
[-] rabber@lemmy.ca 1 points 1 week ago

Will performance still be comparable to native windows install?

I was thinking about using windows as a docker container

[-] tty5@lemmy.world 4 points 1 week ago* (last edited 1 week ago)

Docker containers share host os kernel - can't be used to run a different os.

Your options:

  • Run windows in a VM. You assign some of your PC resources (ram, CPU cores, storage) to vm. That windows VM is going to be within 1-2% of a PC with the specs matching resources assigned to VM. You won't get GPU acceleration unless you pass the entire GPU to VM, but it doesn't matter for Lightroom. Will run perfectly.
  • Run Lightroom with Wine. It runs as just another Linux program via a translation layer. It will get access to all resources your PC has and it won't waste resources running entire 2nd os in a VM, but there is a performance impact of the translation layer. Performance impact varies depending on specific piece of software and sometimes it even runs faster.

Edit: it turns out it does like GPU acceleration, so performance impact without GPU passthrough will be noticeable at least when opening images. Running it on wine is possible, but a pain - it requires manual workarounds and it doesn't run perfectly even with them.

[-] data1701d@startrek.website 2 points 1 week ago

The Adobe installer doesn’t run on Wine; someone got a recent version of Photoshop running once, but it’s a pirated version and it’s super buggy.

You can’t use Windows as a Docker container. Docker containers are not running full operating systems; they just run software on top of the current kernel but isolated from the main userspace, making it look to programs inside the container as if it’s a separate system. Anything that claims to be a “Windows Docker container” is just running a VM in a Docker container, which falls into the same pitfalls.

[-] mpramann@discuss.tchncs.de 2 points 1 week ago

How do you run Windows in a docker container. Isn't the point of docker containers that they share the kernel of the host system?

[-] just_another_person@lemmy.world 2 points 1 week ago

You don't. That comment was misinformed. No idea where they heard that from.

[-] Vincent@feddit.nl 2 points 1 week ago

They might be thinking about Winboat, which, as I understand it, is basically running a VM in a container, and then running Windows in the VM.

[-] just_another_person@lemmy.world 2 points 1 week ago

We're all running high performance games through the same thing all the time now. Benchmarks best Windows in most cases.

You'll be more than fine.

this post was submitted on 12 Jan 2026
40 points (90.0% liked)

Linux

57274 readers
1214 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS