Detailed example of how to use docker-thunder-xware for offline downloading under Linux

黄舟
Release: 2017-08-08 11:51:41
Original
2826 people have browsed it

This article mainly introduces the method of using docker-thunder-xware for offline downloading under Linux. Friends who are interested should take a look together

1. Environment:


lsb_release -a
hello@jhello:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
Copy after login

2. Install docker first and run it (I have already written it and will not go into details)

3. Pull the image


docker pull yinheli/docker-thunder-xware:latest
Copy after login

4. Create the download directory

mkdir thunder (create it at will, the author created it in the current user’s home directory)

5. Run


docker run -d \
    --name=xware \
    --net=host \
    -v $(pwd)/thunder:/app/TDDOWNLOAD \
    yinheli/docker-thunder-xware
Copy after login

6. Get the activation code


docker logs xware
Copy after login

7. Log in to yuancheng.xunlei.com to bind the device (bind at will)

Summarize

The above is the detailed content of Detailed example of how to use docker-thunder-xware for offline downloading under Linux. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template