Skip to content

Instantly share code, notes, and snippets.

@crosbymichael
Created February 9, 2014 22:15
Show Gist options
  • Select an option

  • Save crosbymichael/8906829 to your computer and use it in GitHub Desktop.

Select an option

Save crosbymichael/8906829 to your computer and use it in GitHub Desktop.
#!/bin/bash
source docker_builder.sh
FROM='ubuntu'
RUN apt-get update
RUN apt-get install vim
ENTRYPOINT '["vim"]'
TAG myvim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment