Skip to content

Issue while uploading docker images with no SD card support #166

Answered by Corallo
ThenoobMario asked this question in General
Discussion options

You must be logged in to vote

If you want to use a container example, the SD card is a requirement. The device doesn't have enough flash to host a container application.
The 8Gb that you see is the full flash memory, most of it is used by the Axis OS.
The docker container engine without an SD card have usually space for no more than 400-600 Mb on a clean system.

Packaging it in an eap file should not fix the issue, as you are just zipping the whole container in an archive-like.

Your options are:

  • Install an SD card.
  • Build your application using the native sdk instead of the computer vision sdk (see native-sdk-examples).
  • Try to shrink your container with something like docker slim

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ThenoobMario
Comment options

Answer selected by ThenoobMario
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #164 on October 06, 2023 11:21.