Skip to content

Instantly share code, notes, and snippets.

@buddypia
Last active August 29, 2015 14:09
Show Gist options
  • Save buddypia/6cadcd76d258ac9499f4 to your computer and use it in GitHub Desktop.
Save buddypia/6cadcd76d258ac9499f4 to your computer and use it in GitHub Desktop.
【環境構築】VirtualBox + Vagrant + CoreOS + Docker環境の構築めも ref: http://qiita.com/gc-j-lee/items/cf9877f3e459fb631dd1
$ brew install caskroom/cask/brew-cask
$ brew cask install virtualbox
$ brew cask install vagrant
root@bbc734cb8d06:/# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda9 17G 268M 16G 2% /
tmpfs 500M 0 500M 0% /dev
shm 64M 0 64M 0% /dev/shm
/dev/sda9 17G 268M 16G 2% /etc/hosts
tmpfs 500M 0 500M 0% /proc/kcore
$ git clone https://github.com/coreos/coreos-vagrant/
$ cd coreos-vagrant
$ vagrant up
$ vagrant ssh
CoreOS (alpha)
core@core-01 ~ $ uname -a
Linux core-01 3.17.2+ #2 SMP Tue Nov 4 04:15:48 UTC 2014 x86_64 Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz GenuineIntel GNU/Linux
$ docker pull ubuntu:latest
$ docker images
$ docker run -t -i ubuntu /bin/bash
root@bbc734cb8d06:/# uname -a
Linux bbc734cb8d06 3.17.2+ #2 SMP Tue Nov 4 04:15:48 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment