Skip to content

Instantly share code, notes, and snippets.

@alvinthomas
Created October 28, 2019 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alvinthomas/dc46412ebc7d85dd357dac993fc39dd2 to your computer and use it in GitHub Desktop.
Save alvinthomas/dc46412ebc7d85dd357dac993fc39dd2 to your computer and use it in GitHub Desktop.
Small bash script to run docker_example (see docker_example.sh)
#!/usr/bin/env bash
docker run --rm -d -v $(pwd):$(pwd) -w $(pwd) docker_example Rscript hgwells_wordcounts2.R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment