add: Include command to access Hadoop container in README.md

This commit is contained in:
ParrotXray 2026-04-16 17:31:38 +08:00
parent dffa8bfb08
commit e8e053db94
Signed by: ParrotXray
SSH Key Fingerprint: SHA256:OEnKoo72UOfrmZ3LVSBn9K/UfpEzNrl+q8JMLG9CaAI

View File

@ -5,4 +5,6 @@
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
docker exec -it hadoop bash
```