HFish/docs/2-1-docker.md
pickled-pepper 8b15e718b6
docker文档 (#156)
Co-authored-by: maqian <maqian@threatbook.cn>
2021-08-02 19:11:47 +08:00

21 lines
627 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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
控制端部署完成后,请继续参考下面的【控制端配置】完成配置