An open API service indexing awesome lists of open source software.

https://github.com/mdbarr/circlemud

Circle MUD 3.1 Docker Image
https://github.com/mdbarr/circlemud

circlemud docker docker-images

Last synced: 10 months ago
JSON representation

Circle MUD 3.1 Docker Image

Awesome Lists containing this project

README

          

# circlemud
Circle MUD 3.1 Docker Image

## Building
```bash
docker build -t circlemud:3.1 .
```

## Running
```bash
docker run -d --rm -v circlemud-data:/circle-3.1/lib --name circlemud -p 4000:4000 circlemud:3.1
```

## Accessing Circle MUD
```bash
telnet localhost 4000
```