Skip to content

Commit f2b4caf

Browse files
committed
Add README.md and LICENSE
1 parent 6bfde37 commit f2b4caf

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

LICENSE

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
GLWT(Good Luck With That) Public License
2+
Copyright (c) Everyone, except Author
3+
4+
Everyone is permitted to copy, distribute, modify, merge, sell, publish,
5+
sublicense or whatever they want with this software but at their OWN RISK.
6+
7+
Preamble
8+
9+
The author has absolutely no clue what the code in this project does.
10+
It might just work or not, there is no third option.
11+
12+
13+
GOOD LUCK WITH THAT PUBLIC LICENSE
14+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION, AND MODIFICATION
15+
16+
0. You just DO WHATEVER YOU WANT TO as long as you NEVER LEAVE A
17+
TRACE TO TRACK THE AUTHOR of the original product to blame for or hold
18+
responsible.
19+
20+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
22+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23+
DEALINGS IN THE SOFTWARE.
24+
25+
Good luck and Godspeed.

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# ARMmbed Docker
2+
3+
Dockerfile to work with [mbed-cli][] and [yotta][].
4+
5+
```bash
6+
# Clone and switch to this repository
7+
8+
# Build the Docker container
9+
docker build -t arm-build-env .
10+
11+
# Switch to your project
12+
docker run --rm -it -v `pwd`:/app arm-build-env bash
13+
```
14+
15+
16+
[mbed-cli]:https://github.com/ARMmbed/mbed-cli
17+
[yotta]:https://github.com/ARMmbed/yotta

0 commit comments

Comments
 (0)