Lines Matching full:on
9 By using docker containers it allows developers to focus on the application
13 application that can be deployed on any Toradex device running TorizonOS.
19 More information is available on the Toradex `website <https://www.toradex.com/computer-on-modules>…
25 this guide. Also Docker needs to be present on the development host.
38 Copy the IP address that was assigned to the device by the DHCP server on your network.
66 More information on the build environment for Torizon containers is available `here
152 The ``deploy`` image will be deployed on the device.
173 The image is now ready to be deployed on the device. There are several ways to perform
178 For this guide, we are going to setup a Docker registry container on the development host
179 which will be accessible from any device on your LAN. The Toradex board being on the same network
187 The registry container will listen on port ``TCP/5000`` and will map to the same port externally.
196 running on the device has to be configured to allow fetching images from an 'insecure' repository.
198 Get the IP address of the development host and open a remote shell on the device.