Home > Article > Operation and Maintenance > Detailed example of how to use docker-thunder-xware for offline downloading under Linux
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!