Skip to content

SkypLabs/ble-micro-dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLE Micro Development Environment

Build Status Code Coverage

This image provides a development environment to build software for the Seeed Studio's BLE Micro.

How to

docker run --rm -u $(id -u):$(id -g) -v <local path>:/usr/src/app docker.io/skyplabs/ble-micro

local path refers to the folder on your host system which holds the source code of your application and containing a Makefile.

If you already are in this folder :

docker run --rm -u $(id -u):$(id -g) -v $(pwd):/usr/src/app docker.io/skyplabs/ble-micro

And if you want to specify a target name to make :

docker run --rm -u $(id -u):$(id -g) -v $(pwd):/usr/src/app docker.io/skyplabs/ble-micro <target name>

License

MIT