I want to be able to download the docker image of a release and poke at it:
https://dashboard.balena-cloud.com/apps/1319916/releases
I also want to be able to see it’s size, and it’s delta size.
I want to be able to download the docker image of a release and poke at it:
https://dashboard.balena-cloud.com/apps/1319916/releases
I also want to be able to see it’s size, and it’s delta size.
Hi Jason I have forwarded your question. So far the only answer I can think of is to use ‘balena save’ on the device to get a tar of the image or ‘balena export’ to get the file system of a container.
Hi Jason I have forwarded your question. So far the only answer I can think of is to use ‘balena save’ on the device to get a tar of the image or ‘balena export’ to get the file system of a container.
Heya ! Does it (balena save/export
) help, Jason ? Or is there a scenario where this would be enough ? Thanks !
That’s the Balena cli command?
It’s a program called balena
that’s available when you log into the device, it’s our port of docker, it has very similar CLI interface.
Thanks I’ll try that