Unpack components from the installation folder

A compressed installation folder includes the needed components to run Docker Runtime.

Extract the files in the folder ubiquity-runtime-<version>_Docker_Ubuntu_22_x64.zip for both Ubuntu and Debian operating systems. The included files are:

  • A ubiquity-runtime-<version>.tar.gz archive containing two Docker images: ubiquity-runtime/setuphost:<version> and ubiquity-runtime/runtine:<version>.
  • A RemoteAccess_Compose folder containing four Docker Compose files:
    • compose.yml defines two services: setuphost and runtime, that use both the Docker images.
    • compose.rdp.yml extends the compose.yml file to enable the Remote Desktop feature for the Runtime.
    • compose.vpn.yml extends the compose.yml file to enable the VPN connection for the Runtime.
    • .env defines a set of environment variable used by the Docker Compose files.
  • README.md includes a step-by-step Docker user guide.