https://github.com/redstonewizard08/eaglercraft-docker
Docker images for the Eaglercraft server & client.
https://github.com/redstonewizard08/eaglercraft-docker
Last synced: 5 months ago
JSON representation
Docker images for the Eaglercraft server & client.
- Host: GitHub
- URL: https://github.com/redstonewizard08/eaglercraft-docker
- Owner: RedstoneWizard08
- License: mit
- Created: 2022-03-01T20:20:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T14:54:34.000Z (over 4 years ago)
- Last Synced: 2025-08-16T23:47:52.040Z (10 months ago)
- Language: HTML
- Size: 28.2 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eaglercraft-Docker
Docker images for the Eaglercraft server & client.
How to run:
1. Download the runner script
```sh
wget "https://raw.githubusercontent.com/RedstoneWizard08/Eaglercraft-Docker/main/run.sh" && chmod +x run.sh
```
2. Run the server
```sh
./run.sh start
```
How to stop the server:
```sh
./run.sh stop
```