Skip to content

Instantly share code, notes, and snippets.

@ianphil
Last active June 28, 2016 03:15
Show Gist options
  • Save ianphil/4b1a5c3abae7dc2ef4951fd9eb815867 to your computer and use it in GitHub Desktop.
Save ianphil/4b1a5c3abae7dc2ef4951fd9eb815867 to your computer and use it in GitHub Desktop.
# Setting up gist
#
# https://github.com/defunkt/gist
docker run -itd -v c:/src/gist:/src --name ruby tripdubroot/ruby
gem install gist
<#
FROM debian:jessie
RUN apt-get update && apt-get install -y ruby-full
RUN gem install gist
#>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment