[Dockerfile] Rename arm dockerfile

This commit is contained in:
anthonyraymond 2017-03-15 00:09:50 +01:00
parent b2c994eb15
commit e54b454a0a
2 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ This image contains both aria2 and webui-aria2.
Build it (may take several hours due to the aria2 compilation process. Don't panic and grap a coffee) Build it (may take several hours due to the aria2 compilation process. Don't panic and grap a coffee)
``` ```
docker build -f rpi-Dockerfile -t yourname/webui-aria2 . docker build -f Dockerfile.arm -t yourname/webui-aria2 .
``` ```
Prepare the host volume: Prepare the host volume:
This image required few file to be mounted in the container's `/data` folder. This image required few file to be mounted in the container's `/data` folder.