Making use of docker for development: a use case Making use of docker for development: a use case docker docker

Making use of docker for development: a use case


Can it be done?

yes, there are examples of docker images that run graphical application, but running those containers might be a bit tricky. See for instance Can you run GUI apps in a docker container?

Is Docker the right tool for your problem ?

Maybe a package manager such as Nix would be better suited, as graphical software installed with it won't have any issue. With Nix you can install side-by-side many versions of a single software without interference.