You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.
Hi folks,
similar to image-builder-rpi I use debootstrap to build debian images and as you may know, it isn't possible to pre-load a docker image with it.
I believe that is the reason you added the "docker" section to device-init.
Unfortunately, my image is too large and device-init takes too long to load, which kills the user's first time experience.
So, have you guys explored other alternatives? Any clues would be helpful...
I was wondering if it is possible to do a docker pull on a ARM server, zip the file system under the containers and export to the device itself.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi folks,
similar to image-builder-rpi I use debootstrap to build debian images and as you may know, it isn't possible to pre-load a docker image with it.
I believe that is the reason you added the "docker" section to device-init.
Unfortunately, my image is too large and device-init takes too long to load, which kills the user's first time experience.
So, have you guys explored other alternatives? Any clues would be helpful...
I was wondering if it is possible to do a docker pull on a ARM server, zip the file system under the containers and export to the device itself.
Thanks in advance
The text was updated successfully, but these errors were encountered: