Celegraph

Celegraph

  • Docs
  • Blog
  • GitHub

›Docs

Docs

  • Server and Test Client Usage
  • Requirements
  • How Celegraph works - high level
  • How To Use Docker
  • Project TODO

How To Use Docker

To use Docker to run the server, first make sure the docker daemon is running (dockerd). Then build the image like so:

docker build -t celegraph_server .

Then create a container instance of the image like so:

docker run -it -p 1337:1337/udp celegraph_server

Inside the container, run:

./bin/server 1337
← How Celegraph works - high levelProject TODO →
Celegraph
Docs
Getting Started (or other categories)Guides (or other categories)API Reference (or other categories)
Community
User ShowcaseStack OverflowProject ChatTwitter
More
BlogGitHubStar
Copyright © 2018 Michael Hinton