add: Update README.md with Docker usage instructions

This commit is contained in:
ParrotXray 2026-04-16 15:11:13 +08:00
parent 43d9eb946d
commit dffa8bfb08
Signed by: ParrotXray
SSH Key Fingerprint: SHA256:OEnKoo72UOfrmZ3LVSBn9K/UfpEzNrl+q8JMLG9CaAI

View File

@ -1,2 +1,8 @@
# Hadoop
### Usage docker
```bash
docker pull gitea.revservices.tw/parrotxray/hadoop-3.5.0:master
docker run -d --name hadoop -p 9000:9000 -p 9870:9870 -p 8088:8088 -p 8042:8042 -p 19888:19888 gitea.revservices.tw/parrotxray/hadoop-3.5.0:master
```