Skip to content

Commit

Permalink
write the readme.md for this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowballXueQiu committed Aug 21, 2023
1 parent f7a94f8 commit ac22d55
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
.idea/modules.xml
.idea/vcs.xml
.idea/workspace.xml
.vscode/settings.json
26 changes: 24 additions & 2 deletions README.md
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)]

0 comments on commit ac22d55

Please sign in to comment.