Skip to content

Instantly share code, notes, and snippets.

@alecharp
Created February 18, 2015 11:44
Show Gist options
  • Save alecharp/768cd7bf7f7c4d87609f to your computer and use it in GitHub Desktop.
Save alecharp/768cd7bf7f7c4d87609f to your computer and use it in GitHub Desktop.
Getting videos using alecharp/get-videos docker container
#!/bin/sh
## author: Adrien Lecharpentier <adrien.lecharpentier@gmail.com>
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