How to store an App's Binary Data on Skynode
You can also store application information on the Skynode SD card. This is useful to save any arbitrary data and have it persist beyond the lifecycle of the app. By default, the app container /data
directory serves as a mount point for that app data directory on Skynode, which is located under Skynode /data/app/<app-name>/data
directory.
For instance you can create a text file to retrieve later on Skynode by implementing the following in your application:
With the app installed and running, you can SSH into Skynode and retrieve this file at any time:
Mounting Other Volumes
Last updated