lshamis / playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aleph Zero: Playground

TODO: Describe the thing...

Simple Demo

./run.sh

Runs the playground server on port 12385. Shares IPC with host.

Two Node: Private IPC

Terminal 1:

./run.sh --name=foo -p 8000 --ipc=shareable

Terminal 2:

./run.sh --name=bar -p 8001 --ipc=container:foo

Runs two dockers, the first named has a playground on port 8000, the second on port 8001.

About

License:The Unlicense


Languages

Language:HTML 49.0%Language:Python 38.6%Language:Shell 6.6%Language:Dockerfile 5.7%