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
- Host: GitHub
- URL: https://github.com/mdbarr/circlemud
- Owner: mdbarr
- License: mit
- Created: 2019-04-14T02:28:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T19:01:47.000Z (about 6 years ago)
- Last Synced: 2025-03-02T00:23:58.643Z (over 1 year ago)
- Topics: circlemud, docker, docker-images
- Language: C
- Size: 930 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```