Configuring and Sharing Volumes
In this tutorial, you will learn different techniques that will help you configure your device.
The includes using fioctl config
.
With Fioctl® you can securely send configuration files to the device.
fioconfig
—a daemon running on the device—pulls secure configuration files and decrypts them during boot.
Note
Estimated Time to Complete this Tutorial: 20 minutes
Learning Objectives
- Change the shellhttpd app to consume a static configuration file.
- Share a folder allowing you to change the configuration dynamically.
- Use
fioctl
withfioconfig
to securely send a dynamic configuration to the device.
Prerequisites
- Completed the Getting Started With Docker tutorial.
- Completed the Creating Your First Target tutorial.
- Completed the Deploying Your First Application tutorial.