Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skyplabs/ble-micro-dockerfile

Development environment for the Seeed Studio's BLE Micro
https://github.com/skyplabs/ble-micro-dockerfile

ble bluetooth bluetooth-le bluetooth-low-energy docker microservice

Last synced: 8 days ago
JSON representation

Development environment for the Seeed Studio's BLE Micro

Awesome Lists containing this project

README

        

# BLE Micro Development Environment

[![Build Status](https://travis-ci.org/SkypLabs/ble-micro-dockerfile.svg)](https://travis-ci.org/SkypLabs/ble-micro-dockerfile) [![Code Coverage](https://api.codacy.com/project/badge/Grade/bdffc169e5e749a0ae7bdbfc40cf21a9)](https://www.codacy.com/app/skyper/ble-micro-dockerfile?utm_source=github.com&utm_medium=referral&utm_content=SkypLabs/ble-micro-dockerfile&utm_campaign=Badge_Grade)

This image provides a development environment to build software for the [Seeed Studio's BLE Micro][ble-micro].

## How to

docker run --rm -u $(id -u):$(id -g) -v :/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

## License

[MIT][MIT]

[ble-micro]: http://wiki.seeedstudio.com/BLE_Micro/
[MIT]: https://opensource.org/licenses/MIT