Standardize the Terkin-Sandbox using Docker

Introduction

Coming from Trouble with MicroPython Sandbox setup on Windows, we are looking into how to shift the Unix-based toolchain into a Docker container. The main obstacle here is how to gain access to the UART port the device is connected to.

TLDR;

Currently, this idea will only work on Docker for Linux.

:warning: Docker for Windows and macOS don’t provide capabilities for privileged access of UART devices on the host machine within containers.

State of the onion

Others are looking at similar things (2018):

Resources

This is an interesting approach but will require some efforts for appropriate integration.