Closed y12studio closed 10 years ago
> git clone https://github.com/deis/deis
> cd deis
> vagrant up
[...]
deis: /home/core/share => E:/vagrant/deis
Failed to mount folders in Linux guest. This is usually because
the "vboxsf" file system is not available. Please verify that
the guest additions are properly installed in the guest and
can work properly. The command attempted was:
mount -t vboxsf -o uid=`id -u core`,gid=`getent group core | cut -d: -f3`,nolock
,vers=3,udp /home/core/share /home/core/share
mount -t vboxsf -o uid=`id -u core`,gid=`id -g core`,nolock,vers=3,udp /home/cor
e/share /home/core/share
boot coreos first
$ sudo apt-get install virtualbox
$ sudo apt-get install vagrant
$ git clone https://github.com/coreos/coreos-vagrant.git
$ cd coreos-vagrant
$ vagrant up
$ vagrant status
Current machine states:
core-01 running (virtualbox)
The VM is running. To stop this VM, you can run `vagrant halt` to
shut it down forcefully, or you can run `vagrant suspend` to simply
suspend the virtual machine. In either case, to restart it again,
simply run `vagrant up`.
$ vagrant ssh
// in coreos
$ docker version
Client version: 0.10.0
Client API version: 1.10
Go version (client): go1.2
Git commit (client): dc9c28f
Server version: 0.10.0
Server API version: 1.10
Git commit (server): dc9c28f
Go version (server): go1.2
$ exit
DIY Platform as a Service PaaS
ref
CoreOS at Windows7/Vagrant
load ssh key to PuttyGen and save to putty's format. username core
ref