https://github.com/crazygit/aria-ng-docker
AriaNg docker image
https://github.com/crazygit/aria-ng-docker
Last synced: 5 months ago
JSON representation
AriaNg docker image
- Host: GitHub
- URL: https://github.com/crazygit/aria-ng-docker
- Owner: crazygit
- Created: 2020-04-06T05:31:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T01:18:42.000Z (5 months ago)
- Last Synced: 2026-01-12T05:52:52.609Z (5 months ago)
- Language: Dockerfile
- Size: 60.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## AriaNg docker image
Build based on
### Build
```bash
# currrent lastest version is 1.1.4, you can get latest version info from
# https://github.com/mayswind/AriaNg/releases
$ git clone https://github.com/crazygit/aria-ng-docker.git
$ cd aria-ng-docker
$ docker build --build-arg version=1.1.4 .
```
### Run
```bash
$ docker run -p 80:80 crazygit/aria_ng
```