Issue while uploading docker images with no SD card support #166
-
Hello, I am trying to upload my docker images to P3265-LVE (with 8 GB flash) camera running firmware 11.5.64. My docker images have a total size of < 700 MB. I compiled them in an eap file with ACAP docker-compose installed prior to installing my current app. However, I can still not upload them on the camera with no SD card. Is there an issue with the way docker-compose handles storage space? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Hello @ThenoobMario It is not clear what you are trying to do. |
Beta Was this translation helpful? Give feedback.
-
Hello @Corallo, Thank you for responding. There are two things I am trying to do.
The main issue I have right now is, the docker files don't load onto the axis camera. I tried the |
Beta Was this translation helpful? Give feedback.
-
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. 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:
|
Beta Was this translation helpful? Give feedback.
-
Converting issue in a discussion as it is not a bug. |
Beta Was this translation helpful? Give feedback.
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: