설명 없음
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jimmy Allen 150d74b1bf Update README 1 년 전
theia Inital Commit 1 년 전
.gitignore Inital Commit 1 년 전
Dockerfile Inital Commit 1 년 전
LICENSE Initial commit 1 년 전
README.md Update README 1 년 전

README.md

Theia Raspberry Pi Docker

An image to run Theia, a web based image on a Raspberry Pi using Docker. This image can also be used to build Theia for the Raspberry Pi armfh using an x86 machine.

Uses Node 10

This image is still in development

Building Image

docker run --rm --privileged multiarch/qemu-user-static:register --reset

docker build -t theia .

This can take a we while

Running

docker run -p 3000:3000 --name theia -v /home/pi/projects:/home/projects -d /dev/gpiomem theia

Building Theia

This image can be used to be used to build Theia so it can be copied to a Raspberry Pi

docker run --rm -it $(PWD):/theia yarn theia build

docker run --rm -it $(PWD):/theia yarn theia build

https://cloud.docker.com/repository/docker/jimmy1248/theia-rpi