Short Description
Put the information of new dice
Full Description
README
PLLAPage (Programming Language Learning Assistant) intends to develop a webpage to show the event of the PLLA.
This README would normally document whatever steps are necessary to get your application up and running.
Usage:
$ docker pull rebacayang/pllapage
$ docker run --detach --privileged [--name <container name>] -v /sys/fs/cgroup:/sys/fs/cgroup -p <ssh por>:22 -p <web port>:3050 -p <tester port>:7070 rebacayang/pllapage
ex.
$ docker pull rebacayang/pllapage
$ docker run --detach --privileged --name jjs -v /sys/fs/cgroup:/sys/fs/cgroup -p 2222:22 -p 3050:3050 -p 7070:7070 rebacayang/pllapage
ssh:
$ ssh slosh@127.0.0.1 -p 2222
web:
http://127.0.0.1:3050/
http://127.0.0.1:3050/myip
http://127.0.0.1:7070/
http://127.0.0.1:7070/dashBoard/radar.html
http://127.0.0.1:7070/dashBoard/jspanelRadar.html