From d7a205503fa685a29b2dc71b6e5db6f46fd7fa13 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Mon, 12 Jul 2021 11:41:12 -0500 Subject: [PATCH] chore: minor fix to always use VNC --- guides/customization/vnc.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/guides/customization/vnc.md b/guides/customization/vnc.md index 5b946d2db..a22341659 100644 --- a/guides/customization/vnc.md +++ b/guides/customization/vnc.md @@ -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 @@ -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: