Run Adobe software in Docker?

I’m new to Linux, I’m a web developer and I often need to use Photoshop for slicing, or other adobe software, but unfortunately they don’t run natively in Linux.
I tried several ways to run them:

  1. Wine – which is the worst tool I’ve ever worked with, crashing, working slowly etc.
  2. VMware Workstation Player which also is not a great solution; Windows 10 works very slowly in it, though my PC is pretty strong (4ghz, 16gb ram, ssd).

I wonder if Docker can be installed and can run Photoshop, Lightroom and other software that doesn’t support Linux.

Or may be there are some other solutions that I don’t know?

Asked By: Arkadi

||

Wine provices a compatibility layer that translates windows system calls in to POSIX system calls that Ubuntu can understand.

Virtualbox provides emulations of a system environment that allows you to run another operating system. This is still the preferred way to run original software in an expected operating system. Obviously both solutions are slower than using software natively. In my experience, Windows 10 in a virtualbox on Ubuntu runs slower than Windows 7 does, but that might depend on my hardware.

Docker provides an abstraction layer using kernel virtualization, but it does not provide windows system calls, so it will not help you run windows software that does not run on Ubuntu without Docker.

Answered By: Ingo Steinke

Arkadi

I understand where you are coming from as I was so used to using Photoshop and Illustrator and Light room that I was not making a change to Linux because of it. I have now converted to Linux for about a year and believe me Inkscape is a solid vector software. If you are used to Illustrator keyboard shortcuts you can change the shortcuts so it matches Illustrator shortcuts. Especially the new version they have out is really cool.

As far as Photoshop I would say GIMP is just as bad ass, just needs some getting used to. Take some tutorials and do some easy step by step instructions play with it a bit. Everyone is different but in order for this to work for me I had to not completely commit so I didn’t want to us VMs to be able to use Adobe CC.

Lightroom check out a program Dark table much much much better then Light room i mean Dark table is the shit, once you get used to this program you will never pay adobe 50 dollars a month.

I do have a question for you my brother, are you Armenian, because you look Armenian. Not that it matters but I too am Armenian, Georgian and Armenian people are always brothers so I hope I was able to help a brother.

Best Regards

Answered By: Aram Oganyan
Categories: Answers Tags: , , , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.