Create docker for any app

I have curious about if possible create a container for AutoCAD, Adobe Acrobat, MS Office.

anyone tried this?

You may want to read (the long) How to run a GUI application on docker.

You might want to take a look at Jess Frazzle’s GitHub repo: /jessfraz/dockerfiles. She’s already done this for over 200 applications. If the one you want isn’t in there, there’s probably enough sample code for you to figure out how to do it. Jess has her entire GUI desktop running in docker containers.

2 Likes