# Mbed OS development environment Docker image This Docker image is the official Mbed OS development environment. * It is based on Ubuntu 20.04 * Python and CMake are installed * Arm-none-eabi-gcc toolchain is installed * Latest released version of mbed-cli and mbed-greentea are installed * All other Mbed OS dependency tools are installed. # How to use the Docker image: ## Pull the Docker image ```bash docker pull ghcr.io/armmbed/mbed-os-env: