Lines Matching refs:image
12 This guide explains how to create a docker image containing LVGL and a simple demo
43 Creating the Docker image
70 that will be used to build the image.
152 The ``deploy`` image will be deployed on the device.
153 The executable created in the previous image is copied to the ``/usr/bin`` directory of the current…
155 This creates a smaller image that does not include the tool chain and the build dependencies.
162 The ``-t`` argument gives a name to the resulting image.
164 Upon completion, ensure that the image is listed by Docker:
166 ``docker image list | grep lvgl_app``
168 It should display the image along with its ID that will be used later.
170 Deploying the container image to the device
173 The image is now ready to be deployed on the device. There are several ways to perform
180 will be able to pull the image from the registry.
189 Push the image created in the previous step to the newly created registry:
216 # Pull the image from your development host