Unpack components from the installation folder

Unpack components from the installation folder

A compressed installation folder includes the needed components to run Docker Runtime.
Extract the files in the folder
factorytalkremoteaccessruntime-<version>_Docker_Ubuntu_22_x64.zip
for both Ubuntu and Debian operating systems. The included files are:
  • A
    factorytalkremoteaccessruntime-<version>.tar.gz
    archive containing two
    Docker images
    :
    factorytalkremoteaccess/setuphost:<version>
    and
    factorytalkremoteaccess/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.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal