Sign inSign up

leejoneshane/microbit

By leejoneshane

Updated over 5 years ago

This is a image for microbit editor in container.

Image
0

50K+

leejoneshane/microbit repository overview

docker-microbit

This is a Docker image build for pxt-microbit editor on node.js server.

pxt-microbit is a Microsoft Programming Experience Toolkit (PXT) target that allows you to program a BBC micro:bit. More detail see https://github.com/Microsoft/pxt-microbit

To run the editor, you must mapping tcp 80 port when run the container first time, use command below:

docker run -p 80:80 --device /dev/ttyUSB0:/dev/ttyUSB0 --name microbit -d leejoneshane/microbit

If the dev server is running then go to http://docker_host_ip

To use pxt, please read the documents. ex: monitor UART

docker exec microbit serial

Tag summary

Content type

Image

Digest

Size

492.1 MB

Last updated

over 5 years ago

docker pull leejoneshane/microbit