{"id":19034275,"url":"https://github.com/wenzel/docker-gui-app","last_synced_at":"2026-03-19T07:48:52.629Z","repository":{"id":23786940,"uuid":"27162451","full_name":"Wenzel/docker-gui-app","owner":"Wenzel","description":"Summary of the techniques available to run gui applications inside docker","archived":false,"fork":false,"pushed_at":"2015-04-26T17:00:09.000Z","size":172,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-19T12:20:46.802Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Wenzel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-26T06:15:13.000Z","updated_at":"2023-09-08T16:52:26.000Z","dependencies_parsed_at":"2022-08-05T23:16:04.884Z","dependency_job_id":null,"html_url":"https://github.com/Wenzel/docker-gui-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Wenzel/docker-gui-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenzel%2Fdocker-gui-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenzel%2Fdocker-gui-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenzel%2Fdocker-gui-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenzel%2Fdocker-gui-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wenzel","download_url":"https://codeload.github.com/Wenzel/docker-gui-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wenzel%2Fdocker-gui-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29560737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T21:50:49.831Z","status":"ssl_error","status_checked_at":"2026-02-17T21:46:15.313Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T21:44:07.580Z","updated_at":"2026-02-17T22:31:29.872Z","avatar_url":"https://github.com/Wenzel.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"docker-gui-app\n==============\n\nSummary of the methods available to run gui applications inside docker\n\nChoose the method you want to try :\n\n    ln -sf Dockerfile-\u003cmethod\u003e Dockerfile\n\nThen build the container (`firefox` is used as example in all Dockerfiles)\n\n    docker build -t dk-firefox\n\n1 - Shared X11 socket\n-----------------\n\n    docker run -d \\\n        --rm=true \\\n        -e DISPLAY=\"$DISPLAY\" \\\n        -v /tmp/.X11-unix:/tmp/.X11-unix:ro \\\n        dk-firefox\n\n\n\n2 - VNC Server\n--------------\n\n    docker run -ti \\\n        --rm=true \\\n        -e DISPLAY=\"$DISPLAY\" \\\n        -v /tmp/.X11-unix:/tmp/.X11-unix:ro \\\n        dk-firefox\n\nOnce the container is started, type the following commands to\n\n1. Run an `xvfb` server (X Virtual FrameBuffer)\n2. Run `Firefox`\n3. Run the `VNC Server`\n\n~~~\nXvfb $DISPLAY -extension GLX -screen 0 1024x780x24 \u0026\n$DISPLAY /usr/bin/firefox \u0026\nx11vnc -usepw -display $DISPLAY\n~~~\n\n3 - X11 Forwarding\n------------------\n\nTODO\n\nReferences\n----------\n\n- [Running GUI apps with Docker](http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/)\n- [can you run GUI apps in a docker container?](https://stackoverflow.com/questions/16296753/can-you-run-gui-apps-in-a-docker-container)\n- [Running a GUI application in a Docker container](https://linuxmeerkat.wordpress.com/2014/10/17/running-a-gui-application-in-a-docker-container/)\n- [Sandboxing proprietary applications with Docker](www.jann.cc/2014/09/06/sandboxing_proprietary_applications_with_docker.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenzel%2Fdocker-gui-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwenzel%2Fdocker-gui-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwenzel%2Fdocker-gui-app/lists"}