https://github.com/humitos/pilas-engine
Docker image to use pilas-engine
https://github.com/humitos/pilas-engine
argentina docker kids pilas pilas-engine programming pyar python
Last synced: 7 months ago
JSON representation
Docker image to use pilas-engine
- Host: GitHub
- URL: https://github.com/humitos/pilas-engine
- Owner: humitos
- License: gpl-3.0
- Created: 2017-01-30T00:52:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T15:19:03.000Z (almost 6 years ago)
- Last Synced: 2025-01-25T08:11:26.446Z (9 months ago)
- Topics: argentina, docker, kids, pilas, pilas-engine, programming, pyar, python
- Language: Dockerfile
- Homepage: https://pilas-engine.com.ar/
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pilas-engine
Run docker image to use pilas-engine without install anything.
You can choose which version of pilas-engine you want to use,
### v2.0.90 (EmberJS browser application)
Run this command:
docker run -it --rm -p '4200:4200' --device /dev/snd humitos/pilas-engine:2.0.90
After executing that command, you can open your favourite browser and access http://localhost:4200/
### v1.4.12 (Qt desktop application)
Run this command:
docker run -it --device /dev/snd --env QT_X11_NO_MITSHM=1 \
-e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix:ro -v $XAUTHORITY:/root/.Xauthority \
--net=host humitos/pilas-engine:1.4.12Enjoy!