Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AabyssZG authored May 21, 2024
1 parent f458776 commit 1d89329
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@

这里感谢 [@本间白猫](https://github.com/honmashironeko) 师傅,一起研究源码并[解决了相关问题](https://github.com/honmashironeko/ARL-docker)

### 5.1 普通Docker版本安装

```
//安装docker
yum -y install docker
Expand All @@ -72,6 +74,34 @@ docker run -d -p 5003:5003 --name arl --privileged=true honmashironeko/arl-docke

详细说明可以参考: [Docker 环境安装 ARL](https://tophanttechnology.github.io/ARL-doc/system_install/)

### 5.2 魔改Docker版本安装

魔改版本的账号:admin,密码:honmashironeko

#### 5.2.1 魔改版本1

```
//拉取Docker镜像
docker pull honmashironeko/arl-docker-portion
//运行Docker容器
docker run -d -p 5003:5003 --name arl --privileged=true honmashironeko/arl-docker /usr/sbin/init
```

版本说明:ARL部分指纹版本,去除域名限制,并增加 5232 条指纹

#### 5.2.2 魔改版本2

```
//拉取Docker镜像
docker pull honmashironeko/arl-docker-all
//运行Docker容器
docker run -d -p 5003:5003 --name arl --privileged=true honmashironeko/arl-docker /usr/sbin/init
```

版本说明:ARL完全指纹版本,去除域名限制,全量 6990 条指纹

## 6# 截图

一、登录页面
Expand Down

0 comments on commit 1d89329

Please sign in to comment.