docker文档 (#156)

Co-authored-by: maqian <maqian@threatbook.cn>
This commit is contained in:
pickled-pepper 2021-08-02 19:11:47 +08:00 committed by GitHub
parent 146b05ec59
commit 8b15e718b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,20 @@
### 待更新
Docker是我们推荐的蜜罐交付方式。而且因为容器环境本身就有一层权限隔离的原因合理配置过的Docker运行环境能获得更高的业务安全性。
……
当前我们只提供Linux amd64版本的docker镜像
> Linux amd64 Docker镜像的下载
```shell
docker pull dskyz/hfish:latest
```
> 镜像的运行
```shell
docker run -d -p 4433:4433 -p 4434:4434 --name=hfish --restart=always dskyz/hfish:latest
```
如果控制端的ip是192.168.1.1登陆链接为https://192.168.1.1:4433/web
控制端部署完成后,请继续参考下面的【控制端配置】完成配置