coursera-dl/deploy/README
2015-06-05 08:35:35 +03:00

11 lines
399 B
Text

----------------------------------------------------------
## HOW TO LAUNCH CONTAINER:
1. [optional] Insert your username and password
to .netrc file if your plan to use -n option
(edit template in this directory).
2. Build Docker image:
$ ./build.sh
3. Run Docker container to download courses A, B and C:
$ ./download.sh A B C
4. All courses will be downloaded in directory ~/courses