Update README.md

This commit is contained in:
wukongdaily 2024-03-13 15:44:57 +08:00 committed by GitHub
parent c07ef321d5
commit f4af7bd446
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,9 @@ docker pull wukongdaily/box:latest
- 容器内运行的就是alpine linux系统。
- ssh用户名和密码分别是`root`和`password`
- 推荐ssh端口映射到主机端口为2299。<br>
- 推荐ssh端口映射到主机端口为2299。
- 注意映射ssh端口这一步并非是必须的如果你需要用ssh连接容器则自行设置。
- 根据自己的需求来映射2299也不是固定的映射的端口号多少都可以只要跟主机不冲突即可。<br>
> 调用形式举例
`ssh root@宿主机ip地址 -p 2299`