Skip to content

Instantly share code, notes, and snippets.

@phrawzty
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phrawzty/8832281 to your computer and use it in GitHub Desktop.
Save phrawzty/8832281 to your computer and use it in GitHub Desktop.
still EOF :(
$ md5 boot2docker.iso
MD5 (boot2docker.iso) = e58b30593a2db15afc98f9a12293567d
$ md5 boot2docker
MD5 (boot2docker) = a73b6e6dec322393983ed34f640c31e5
$ ./docker version
Client version: 0.8.0
Go version (client): go1.2
Git commit (client): cc3a8c8
2014/02/05 21:21:40 dial unix /var/run/docker.sock: no such file or directory
$ ./boot2docker init
[2014-02-05 21:20:05] Creating VM boot2docker-vm
Virtual machine 'boot2docker-vm' is created and registered.
UUID: c07cc4f8-dc2b-44df-82b9-6cbd17e5b5c9
Settings file: '/Users/dmaher/VirtualBox VMs/boot2docker-vm/boot2docker-vm.vbox'
[2014-02-05 21:20:05] Setting VM settings
[2014-02-05 21:20:05] Setting VM networking
[2014-02-05 21:20:05] Setting VM disks
[2014-02-05 21:20:05] Creating 40000 Meg hard drive...
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Disk image created. UUID: c7fde4d3-c864-4a5f-a285-942367ef635e
Converting from raw image file="format-flag.txt" to file="format-flag.vmdk"...
Creating dynamic image with size 5242880 bytes (5MB)...
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Clone hard disk created in format 'VMDK'. UUID: c7fde4d3-c864-4a5f-a285-942367ef635e
[2014-02-05 21:20:06] Done.
[2014-02-05 21:20:06] You can now type boot2docker up and wait for the VM to start.
$ ./boot2docker up
[2014-02-05 21:20:16] Starting boot2docker-vm...
[2014-02-05 21:20:36] Started.
./boot2docker ssh 'docker info'
Warning: Permanently added '[localhost]:2022' (RSA) to the list of known hosts.
docker@localhost's password:
Containers: 0
Images: 0
Driver: aufs
Root Dir: /var/lib/docker/aufs
Dirs: 0
Debug mode (server): true
Debug mode (client): false
Fds: 10
Goroutines: 12
Execution Driver: lxc-0.8.0
EventsListeners: 0
Kernel Version: 3.12.1-tinycore64
Init Path: /usr/local/bin/docker
$ export DOCKER_HOST=localhost
$ ./docker info
2014/02/05 21:23:27 unexpected EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment