Skip to content

Dockerfile to work with mbed-cli and yotta

License

Notifications You must be signed in to change notification settings

oxzi/armmbed-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfiles to work with mbed-cli and yotta.

One for the latest boards, supported by Mbed OS 5/6, and one for dinosaurs, running with Mbed OS 2. Some SDKs for the latter are requiring Python 2. That's why we are having another Dockerfile.

# Build the Docker containers for current boards and dinosaurs
docker build -t arm-build-env .
docker build -t arm-build-legacy-env -f Dockerfile.legacy .

# Switch to your project and run one of those
docker run --rm -it -v `pwd`:/app arm-build-env bash
docker run --rm -it -v `pwd`:/app arm-build-legacy-env bash

About

Dockerfile to work with mbed-cli and yotta

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published