Hypervnc Install Guide
#
Installing DockerTo start using Hypervnc we need to install Docker Engine.
#
First time setup- macOS
- Linux
- Download and install Docker Desktop from https://www.docker.com/products/docker-desktop
- If you already have Docker installed, make sure you are running the latest version, click Check for Updates from the Docker app next to your Wifi/Clock icons.
- Install macOS package manager Homebrew from https://brew.sh
- To install Homebrew just need to run the following command in your macOS terminal:
#
Use Homebrew To Install Apps#
Install Pulseaudio serverPulseaudio allow us to hear sound from within the Hypervnc Docker session. To install Pulseaudio run the following command in your macOS terminal:
We will install Docker for Ubuntu, if you have other Linux Distributions please follow the official Docker docs at https://docs.docker.com/engine/install/
- Uninstall old versions of Docker Engine if any:
- Update the apt package index and install packages to allow apt to use a repository over HTTPS:
- Add Docker’s official GPG key:
- Use the following command to set up the stable Docker repository:
- Since we just added a new apt repository we will need to update the apt package index again, and install the latest version of Docker Engine and containerd:
#
Using the Hypervnc serviceAt this point we should have a working Docker Engine. Head to Hypervnc User Guide to start using the service.