Skip to content

Commit bdc2546

Browse files
author
Katie Horne
authored
chore: minor fix to always use VNC (coder#482)
1 parent 6544415 commit bdc2546

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

guides/customization/vnc.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2-
title: Virtual Network Computing
2+
title: VNC
33
description: Learn how to set up a VNC in Coder.
44
---
55

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

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

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

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

0 commit comments

Comments
 (0)