|
|
1 년 전 | |
|---|---|---|
| theia | 1 년 전 | |
| .gitignore | 1 년 전 | |
| Dockerfile | 1 년 전 | |
| LICENSE | 1 년 전 | |
| README.md | 1 년 전 |
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
docker run --rm --privileged multiarch/qemu-user-static:register --reset
docker build -t theia .
This can take a we while
docker run -p 3000:3000 --name theia -v /home/pi/projects:/home/projects -d /dev/gpiomem 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