NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.11k stars 14.15k forks source link

Documentation: Docker examples could use a GUI one #293979

Open l0b0 opened 8 months ago

l0b0 commented 8 months ago

Problem

I'm trying to write a simple .nix file to create a container image which runs a GUI application, ideally as a non-root user. There's various snippets and hints around, but no solid, simple example like the ones in this repo.

Proposal

Create a Docker example which runs a small GUI application as a proof of concept.

Checklist


Add a :+1: reaction to issues you find important.

eclairevoyant commented 8 months ago

I don't think this is something that fits well in docs, it's a specific usecase. Wiki would be a better fit.