- Software components setup and installation
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:- Afactorytalkremoteaccessruntime-<version>.tar.gzarchive containing twoDocker images:factorytalkremoteaccess/setuphost:<version>andfactorytalkremoteaccess/runtine:<version>.
- ARemoteAccess_Composefolder containing fourDocker Compose files:
- compose.ymldefines two services:setuphostandruntime, that use both the Docker images.
- compose.rdp.ymlextends thecompose.ymlfile to enable the Remote Desktop feature for the Runtime.
- compose.vpn.ymlextends thecompose.ymlfile to enable the VPN connection for the Runtime.
- .envdefines a set of environment variable used by the Docker Compose files.
- README.mdincludes a step-by-step Docker user guide.
Provide Feedback