Docker Containers

Docker containers can be used to provide a Ubuntu 18.04 environment for the PCoIP client to run within. This can be used to isolate the client from the rest of the system or to run the client on a Linux distribution other than Ubuntu 18.04.

There are three steps involved in using the docker container:

  1. Setup your docker environment for running docker commands.
  2. Build a docker image as defined by the dockerfile.
  3. Run the client within a container instance of the docker image.

Example Instructions Only

The instructions in this section outline an example of how to run the client within a docker container. Individual deployments may require modifications to this example. For a full description of docker, see the documentation at https://docs.docker.com.