{"id":17838261,"url":"https://github.com/marcelcoding/docker-desktop-vnc","last_synced_at":"2026-02-07T00:04:09.124Z","repository":{"id":40432618,"uuid":"311143033","full_name":"MarcelCoding/docker-desktop-vnc","owner":"MarcelCoding","description":"A dockerized development environment that can be accessed through a browser.","archived":false,"fork":false,"pushed_at":"2023-02-02T05:00:58.000Z","size":73,"stargazers_count":2,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T20:51:30.116Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarcelCoding.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-08T19:55:21.000Z","updated_at":"2022-01-09T18:17:27.000Z","dependencies_parsed_at":"2023-02-17T14:31:01.458Z","dependency_job_id":null,"html_url":"https://github.com/MarcelCoding/docker-desktop-vnc","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/MarcelCoding/docker-desktop-vnc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelCoding%2Fdocker-desktop-vnc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelCoding%2Fdocker-desktop-vnc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelCoding%2Fdocker-desktop-vnc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelCoding%2Fdocker-desktop-vnc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarcelCoding","download_url":"https://codeload.github.com/MarcelCoding/docker-desktop-vnc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelCoding%2Fdocker-desktop-vnc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266437368,"owners_count":23928235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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-10-27T20:54:55.808Z","updated_at":"2026-02-07T00:04:09.091Z","avatar_url":"https://github.com/MarcelCoding.png","language":"Shell","readme":"# Docker Desktop VNC\n\n[![Releases](https://img.shields.io/github/v/tag/MarcelCoding/docker-desktop-vnc?label=latest%20version\u0026style=flat-square)](https://github.com/marcelcoding/docker-desktop-vnc/releases)\n[![Build](https://img.shields.io/github/workflow/status/MarcelCoding/docker-desktop-vnc/CI?label=CI\u0026style=flat-square)](https://github.com/marcelcoding/docker-desktop-vnc/actions)\n[![DockerHub](https://img.shields.io/docker/pulls/marcelcoding/docker-desktop-vnc?style=flat-square)](https://hub.docker.com/r/marcelcoding/docker-desktop-vnc)\n\nDocker Desktop VNC is a working environment witch is running in Docker witch can be accessed\nover [NoVNC](https://github.com/novnc/noVNC), a VNC client for the web.\n\n## Deployment\n\nThis image is available in [DockerHub](https://hub.docker.com/r/marcelcoding/docker-desktop-vnc) and the\n[GitHub Container Registry](https://github.com/users/MarcelCoding/packages/container/package/docker-desktop-vnc):\n\n```\nmarcelcoding/docker-desktop-vnc:latest\nghcr.io/marcelcoding/docker-desktop-vnc:latest\n```\n\n### Docker \"run\" Command\n\n```bash\ndocker run \\\n  -p 6901:6901 \\\n  -e VNC_PW=SECURE_PASSWORD \\\n  --restart always \\\n  --rm \\\n  marcelcoding/docker-desktop-vnc:latest\n```\n\n### Docker Compose\n\n````yaml\n# docker-compose.yaml\nversion: '3.8'\n\nservices:\n  docker-desktop-vnc:\n    image: marcelcoding/docker-desktop-vnc:latest\n    restart: always\n    environment:\n      - 'VNC_PW=SECURE_PASSWORD' # \u003c- NoVNC \"Webinterface\" Password\n    # - 'VNC_RESOLUTION=1920x1080' \u003c- NoVNC Screen Resolution (optional)\n    # - 'VNC_COL_DEPTH=24'         \u003c- NoVNC Screen Color Depth (optional)\n    ports:\n      - '6901:6901' # \u003c- NoVNC Port (HTTP)\n    # - '5901:5901'   \u003c- VNC Port\n````\n\n### Persistence\n\nData persistence is currently work in progress.\n\n## License\n\n[LICENSE](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelcoding%2Fdocker-desktop-vnc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelcoding%2Fdocker-desktop-vnc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelcoding%2Fdocker-desktop-vnc/lists"}