https://github.com/flier/docker-wdt
Docker image for Warp speed Data Transfer (WDT)
https://github.com/flier/docker-wdt
Last synced: over 1 year ago
JSON representation
Docker image for Warp speed Data Transfer (WDT)
- Host: GitHub
- URL: https://github.com/flier/docker-wdt
- Owner: flier
- License: apache-2.0
- Created: 2016-12-02T07:47:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-19T07:23:47.000Z (over 9 years ago)
- Last Synced: 2025-03-24T07:21:33.580Z (over 1 year ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## docker-wdt
Docker image for Warp speed Data Transfer (WDT)
# Install
```bash
$ docker pull flier/wdt
```
## Usage
# Run as Receiver
Use the `host` network and map WDT data directory to the current directory.
```bash
$ docker run --rm --network=host --volume=`pwd`:/data flier/wdt
```
# Run as Sender
Use the `host` network to send the `to_send` folder to a remote WDT receiver.
```bash
$ docker run --rm --network=host --volume=to_send:/data flier/wdt -- wdt -connection_url "wdt://desthost1.facebook.com?ports=36062,36668,41666,45982,53835,55727,57051,60107&recpv=21&id=802755190"
```
For the detail of command line, please check the official [getting started guide](https://github.com/facebook/wdt/wiki/Getting-Started-with-the-WDT-command-line)