- Software components setup and installation
Upload Docker images
Once you download the Docker images onto the host system as per Unpack components from the installation folder procedure, type
docker load < <archive-name>.tar.gz
.For example:
docker load < factorytalkremoteaccessruntime-<version>.tar.gz Loaded image: factorytalkremoteaccess/setuphost:<version> Loaded image: factorytalkremoteaccess/runtime:<version> <device name>:~/Desktop$ docker images REPOSITORY TAG IMAGE ID CREATED SIZE factorytalkremoteaccess/runtime <version> a0569962737f 34 minutes ago 337MB factorytalkremoteaccess/setuphost <version> abbaa8be3d74 34 minutes ago 77.9MB
Provide Feedback