Lines Matching refs:container
56 To build a Torizon container Docker ARM emulation needs to be enabled
106 # Directory of the application inside container
139 # path inside the container
142 # Command executed during runtime when the container starts
170 Deploying the container image to the device
176 …x.com/torizon/application-development/working-with-containers/deploying-container-images-to-torizo…
178 For this guide, we are going to setup a Docker registry container on the development host
186 The ``-d`` flag runs the container in detached mode. The ``-p`` argument specifies the port mapping.
187 The registry container will listen on port ``TCP/5000`` and will map to the same port externally.
195 By default a local container registry uses clear text HTTP so the Docker instance
224 The container running the LVGL application needs access to the framebuffer device ``/dev/fb0``.
226 By using the ``--device`` argument it is possible to map a device to a container.
228 Start the container like so: