You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Adjust this file to chose the platform you want using the prebuild containers
3
+
// Adjust this file to choose the platform you want using the prebuild containers:
4
4
// - Dockerfile.All = you can build anything but it's a very large container
5
5
// - Dockerfile.AzureRTOS = for AzureRTOS targets
6
6
// - Dockerfile.ChibiOS = for ChibiOS based targets (ex: STM32, Netduino, Orgpal)
7
7
// - Dockerfile.ESP32 = for ESP32 targets
8
8
// - Dockerfile.TI = for TI targets
9
-
// If you prefer, you can use the source files and adjust them they are located, with the same names in ./sources. This will alow you to customize them and add anything you may need on top.
9
+
// If you prefer, you can use the source files and adjust them where they are located,
10
+
// To do this, prefix 'sources'. e.g. 'sources/Dockerfile.All'.
11
+
// This will allow you to customize and build the container source and add anything you may need on top.
10
12
"dockerFile": "Dockerfile.All",
11
13
"context": ".",
12
14
"mounts": [
15
+
// Bind the Unix socket the Docker daemon listens on by default
0 commit comments