Restructure docker image

This commit is contained in:
2019-03-15 11:20:26 +08:00
parent f73acf5bc5
commit 631690a78a
12 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ jobs:
- checkout
- run:
name: Build latest
command: docker build -t wahyd4/aria2-ui:1.0.$CIRCLE_BUILD_NUM caddy/.
command: docker build -t wahyd4/aria2-ui:1.0.$CIRCLE_BUILD_NUM .
- run:
name: Push
command: |
View File
View File
+7
View File
@@ -11,6 +11,7 @@ Aria2 + AriaNg
<!-- TOC -->
- [功能特性](#功能特性)
- [推荐使用的docker image tag](#推荐使用的docker-image-tag)
- [安装于运行](#安装于运行)
- [快速运行](#快速运行)
- [开启所有功能](#开启所有功能)
@@ -35,6 +36,12 @@ File Manager
* 文件管理和视频播放 ([File Manager](https://henriquedias.com/filemanager/),注意默认情况下,只能访问和管理 `/data` 目录下的文件)
* 支持ARM CPU 架构,因此可以在树莓派中运行,请下载对应的[ARM TAG](https://cloud.docker.com/repository/docker/wahyd4/aria2-ui/tags) 版本, `arm32``arm64`
## 推荐使用的docker image tag
* latest
* arm32
* arm64
## 安装于运行
### 快速运行
View File