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

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.

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
```