Created
February 18, 2015 11:44
-
-
Save alecharp/768cd7bf7f7c4d87609f to your computer and use it in GitHub Desktop.
Getting videos using alecharp/get-videos docker container
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
## author: Adrien Lecharpentier <[email protected]> | |
status=$(boot2docker status) | |
if [ "${status}" != "running" ]; then | |
boot2docker start | |
fi | |
docker run -ti -v "$(pwd)":/downloads alecharp/get-videos:latest $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment