Configure Your System
Run a Sample Project Using the Command Line
Run a Sample Project with Eclipse*
Build and Run a Sample Project Using Visual Studio Code
Adding oneAPI Components to Yocto* Project Builds
Using Containers
Using Cloud CI Systems
Common Use Cases for the Intel® IoT Toolkit
Next Steps
Troubleshooting
Notices and Disclaimers
Using Containers
Intel® IoT Toolkit
Containers allow you to set up and configure environments for building, running and profiling oneAPI applications and distribute them using images:
You can install an image containing an environment pre-configured with all the tools you need, then develop within that environment.
You can save an environment and use the image to move that environment to another machine without additional setup.
You can prepare containers with different sets of languages and runtimes, analysis tools, or other tools, as needed.
Download Docker* Image
You can download a Docker* image from the Containers Repository.
NOTE:
The Docker image is ~5 GB and can take ~15 minutes to download. It will require 25 GB of disk space.
image=intel/oneapi-iotkit docker pull "$image"
Parent topic: Get Started with the Intel® IoT Toolkit for Linux*