https://github.com/birkhofflee/docker-spigot
My Docker image for running a Spigot instance.
https://github.com/birkhofflee/docker-spigot
Last synced: 6 days ago
JSON representation
My Docker image for running a Spigot instance.
- Host: GitHub
- URL: https://github.com/birkhofflee/docker-spigot
- Owner: BirkhoffLee
- License: mit
- Created: 2017-06-04T09:42:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T09:12:00.000Z (about 8 years ago)
- Last Synced: 2025-03-12T17:26:21.729Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-spigot
My Docker image for running a Spigot instance.**This repository is no longer being updated; I'm moving this to a private repository. I didn't delete this repository because I hope it can help someone else.**
# Usage
```bash
$ docker build -t spigot .
$ docker run -P -e "JAVA_ARGS=-Xmx1G -Xms512M" -v $(pwd)/spigotdata:/data -itd --name my-spigot spigot
$ docker attach spigot
```