Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions guides/customization/vnc.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
title: Virtual Network Computing
title: VNC
description: Learn how to set up a VNC in Coder.
---

This guide will show you how to set up a virtual network computing (VNC) system
in Coder.
This guide will show you how to set up a VNC in Coder.

Coder does not have a specific set of VNC providers it supports. Coder will
render the VNC, as long as it is installed on the image used to create the
Expand All @@ -13,8 +12,7 @@ workspace.
## Step 1: Create the Dockerfile

To begin, create a Dockerfile that you'll use to build an
[image](../../images/index.md) with a virtual network computing (VNC) provider
installed.
[image](../../images/index.md) with a VNC provider installed.

Be sure to set the `HOME`, `USER`, and `PORT` environment variables in the
Dockerfile:
Expand Down