-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f7a94f8
commit ac22d55
Showing
2 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
.idea/modules.xml | ||
.idea/vcs.xml | ||
.idea/workspace.xml | ||
.vscode/settings.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,30 @@ | ||
# docker base container | ||
# Docker Image with Zulu8 & Python3 Environment | ||
|
||
## 跑起来! | ||
## What's for? | ||
- It's a Docker Image for setting up a Minecraft server(low edition like 1.8.9, 1.12.2, etc.) or other Applications which are also in need this environment. | ||
|
||
## Environment | ||
| Name | Link | | ||
| :------------: | :-------------------------------------------------------------: | | ||
| Ubuntu-22.04 | [[Click to Jump](https://releases.ubuntu.com/)] | | ||
| Zulu-8.72.0.17 | [[Click to Jump](https://www.azul.com/)] | | ||
| Python3-pip | [[Click to Jump](https://pypi.org/project/pip/)] | | ||
| MCDReforged | [[Click to Jump](https://github.com/Fallen-Breath/MCDReforged)] | | ||
|
||
## Build and Run | ||
```shell | ||
make build | ||
make run | ||
make exec | ||
``` | ||
|
||
## Docker Hub | ||
- If you do not want to build it by yourself, you can **Directly** pull the Docker Image from Docker Hub[[Click to Jump]](https://hub.docker.com/r/vastsea/mc-zulu8-python3-env), or use the Docker Pull Command `docker pull vastsea/mc-zulu8-python3-env:latest` . | ||
- If this Repository help you with conveniently setting up an environment, please star us in [Github](https://github.com/TeamVastsea/DockerContainer-mc-zulu-python-env) and [Docker Hub](https://hub.docker.com/r/vastsea/mc-zulu8-python3-env). Your support is our greatest motivation. | ||
|
||
## Developers | ||
- [wwxiaoqi](https://github.com/wwxiaoqi) & [Snowball_233](https://github.com/SnowballXueQiu) | ||
- How about to follow them? | ||
|
||
## Guess you like | ||
- The `docker-compose.yaml` and `launch.sh` files for launch a Minecraft Server under this Docker Image. [[Click to Jump](https://github.com/TeamVastsea/DockerComposeFiles/tree/main/minecraft)] |