Skip to content

Commit

Permalink
armbian-docker: Support choosing to install portainer
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Dec 17, 2021
1 parent a2ee65d commit 1de79ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ armbian-update 5.4.160
armbian-docker
```

在安装 docker 时将同时安装 `portainer` 可视化管理面板,默认访问地址为 `IP:9000` ,请及时访问面板`创建管理帐号`
在安装 docker 结束后,可以选择是否安装 `portainer` 可视化管理面板。拟使用`局域网 IP` 进行管理的用户可选择(`h`)安装 `http://ip:9000` 版本;拟使用`域名`进行远程管理的用户可选择(`s`)安装 `https://domain:9000` 域名证书版本(请把域名 `SSL` 证书命名为 `portainer.crt``portainer.key` 上传至 `/etc/ssl/` 目录下);`不需要`安装的用户可选择(`n`)结束安装

- ### 修改 Armbian 配置

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Login in to armbian → input command:
armbian-docker
```

When installing docker, the `portainer` visual management panel will be installed at the same time. The default access address is `IP:9000` . Please visit the panel in time to `create a management account`.
After installing docker, you can choose whether to install the `portainer` visual management panel. Users who intend to use the `LAN IP` for management can choose (`h`) to install the `http://ip:9000` version; Users who intend to use the `domain name` for remote management can choose (`s`) to install the `https://domain:9000` domain name certificate version (Please name the domain name `SSL` certificate as `portainer.crt` and `portainer.key` and upload it to the `/etc/ssl/` directory); Users who `do not need` to install can choose (`n`) to end the installation.

- ### Modify Armbian Config

Expand Down

0 comments on commit 1de79ee

Please sign in to comment.