Skip to content

Instantly share code, notes, and snippets.

@allenday
Created February 6, 2017 01:28
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 allenday/b1f84939359f686098e7da4f5a3e9f4d to your computer and use it in GitHub Desktop.
Save allenday/b1f84939359f686098e7da4f5a3e9f4d to your computer and use it in GitHub Desktop.
#get the build specification file
git clone git@github.com:allenday/bfx.git
cd bfx/bfx-bwa
#do whatever you need to do
vim Dockerfile
#build it with tag bfx-bwa. you probably want to rename.
docker build -t bfx-bwa .
#then do someting with it:
#docker run, docker push, etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment