Skip to content

Commit

Permalink
Update docker quick start steps (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yimura authored Nov 18, 2024
1 parent 61a9466 commit 63d3257
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/about/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,15 @@ cargo run --release
## Docker

Experimental Docker support is available.
The image is currently not published anywhere, but you can use the following command to build it:
The image is currently not published anywhere, but you can use the following command to build and deploy it:

```shell
docker build . -t pumpkin
docker compose up --build
```

To run it, use the following command:
After running this command a `data/` folder should appear in which you'll be able to find all the server files.
Within this `data/` folder you can put your `world/` folder (make sure you restart the server)

```shell
docker run --rm -p 25565:25565 -v "./world:/pumpkin/world" pumpkin
```

## Test Server
Pumpkin has a Test server maintained by @kralverde. Its runs on the latest commit of Pumpkin
Expand All @@ -52,4 +50,4 @@ Pumpkin has a Test server maintained by @kralverde. Its runs on the latest commi
- OS: Debian GNU/Linux bookworm 12.7 x86_64
- Kernel: Linux 6.1.0-21-cloud-amd64
- CPU: Intel Core (Haswell, no TSX) (2) @ 2.40 GHz
- RAM: 4GB DIMM
- RAM: 4GB DIMM

0 comments on commit 63d3257

Please sign in to comment.