mirror of https://github.com/aria2/aria2
Dockerfile.mingw: Update how to get aria2c.exe from a container
parent
506aac6b4e
commit
376a07df00
|
@ -7,9 +7,7 @@
|
||||||
# /aria2/src/aria2c.exe. You can copy the binary using following
|
# /aria2/src/aria2c.exe. You can copy the binary using following
|
||||||
# commands:
|
# commands:
|
||||||
#
|
#
|
||||||
# $ id=$(sudo docker create aria2-mingw)
|
# $ sudo docker run --rm -it -v /path/to/dest:/out aria2-mingw cp /aria2/src/aria2c.exe /out
|
||||||
# $ sudo docker cp $id:/aria2/src/aria2c.exe <dest>
|
|
||||||
# $ sudo docker rm -v $id
|
|
||||||
|
|
||||||
FROM ubuntu:22.04
|
FROM ubuntu:22.04
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue