mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
Detailed docker copy instruction
This commit is contained in:
parent
6f857fe332
commit
fb4310e849
1 changed files with 5 additions and 2 deletions
|
@ -4,9 +4,12 @@
|
|||
# $ sudo docker build -t aria2-mingw - < Dockerfile.mingw
|
||||
#
|
||||
# After successful build, windows binary is located at
|
||||
# /aria2/src/aria2c.exe. You can copy the binary using
|
||||
# /aria2/src/aria2c.exe. You can copy the binary using following
|
||||
# commands:
|
||||
#
|
||||
# $ sudo docker cp <containerId>:/aria2/src/aria2c.exe <dest>
|
||||
# $ sudo id=$(docker create aria2-mingw)
|
||||
# $ sudo docker cp $id:/aria2/src/aria2c.exe <dest>
|
||||
# $ sudo docker rm -v $id
|
||||
|
||||
FROM ubuntu
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue