Home  >  Article  >  Operation and Maintenance  >  Detailed example of how to use docker-thunder-xware for offline downloading under Linux

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

黄舟
黄舟Original
2017-08-08 11:51:412825browse

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

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

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

6. Get the activation code


docker logs xware

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!

Statement:
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