Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 427 Bytes

docker.md

File metadata and controls

23 lines (13 loc) · 427 Bytes

Prerequisite

You need to install Docker.

Building an Image

Clone the repository

git clone https://github.com/Elao/curvytron.git
cd curvytron

Build the docker image

docker build -t yourname/curvytron .

Launch server

docker run -d --name curvytron -p 8080:8080 yourname/curvytron

Play

Go to http://localhost:8080 Join a room, choose a player name and play!