Skip to content

Instantly share code, notes, and snippets.

@blue-goheimochi
blue-goheimochi / Dockerをすこーしさわってみる.md
Last active August 29, 2015 14:01
Dockerをすこーしさわってみる.md
@blue-goheimochi
blue-goheimochi / Vagrantfile
Created May 12, 2014 13:26
Dockerをすこーしさわってみる用Vagrantfile
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "centos64"