SkypLabs / ble-micro-dockerfile

Development environment for the Seeed Studio's BLE Micro

Home Page:https://hub.docker.com/r/skyplabs/ble-micro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Development environment for the Seeed Studio's BLE Micro

https://hub.docker.com/r/skyplabs/ble-micro/

License:MIT License


Languages

Language:C++ 62.4%Language:Dockerfile 19.2%Language:Shell 16.3%Language:Makefile 2.1%