Last active
August 29, 2015 14:27
-
-
Save royseto/65887d4e4e7fb5af9371 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
roysetosmacbook:~ royseto$ cd 'VirtualBox VMs/boot2docker-vm' | |
roysetosmacbook:boot2docker-vm royseto$ pwd | |
/Users/royseto/VirtualBox VMs/boot2docker-vm | |
roysetosmacbook:boot2docker-vm royseto$ ls -lh | |
total 80549936 | |
drwx------ 6 royseto staff 204B Aug 1 10:00 Logs | |
drwx------ 2 royseto staff 68B Aug 1 10:01 Snapshots | |
-rw------- 1 royseto staff 8.4K Aug 13 08:09 boot2docker-vm.vbox | |
-rw------- 1 royseto staff 8.4K Aug 1 10:01 boot2docker-vm.vbox-prev | |
-rw------- 1 royseto staff 38G Aug 13 08:09 boot2docker-vm.vdi | |
roysetosmacbook:~ royseto$ cd .docker | |
roysetosmacbook:.docker royseto$ ll | |
total 0 | |
drwxr-xr-x 5 royseto staff 170 Aug 13 23:16 machine | |
roysetosmacbook:.docker royseto$ cd machine | |
roysetosmacbook:machine royseto$ ll | |
total 0 | |
drwxr-xr-x 3 royseto staff 102 Aug 13 23:16 cache | |
drwx------ 6 royseto staff 204 Aug 13 23:16 certs | |
drwx------ 3 royseto staff 102 Aug 13 23:16 machines | |
roysetosmacbook:machine royseto$ cd machines | |
roysetosmacbook:machines royseto$ ll | |
total 0 | |
drwx------ 5 royseto staff 170 Aug 13 23:16 default | |
roysetosmacbook:machines royseto$ cd default/ | |
roysetosmacbook:default royseto$ ll | |
total 51331080 | |
-rw-r--r-- 1 royseto staff 29360128 Aug 13 23:16 boot2docker.iso | |
-rw------- 1 royseto staff 1627 Aug 13 23:16 config.json | |
-rw------- 1 royseto staff 26252148736 Aug 13 23:46 disk.vmdk | |
roysetosmacbook:default royseto$ ls -lh | |
total 51437576 | |
-rw-r--r-- 1 royseto staff 28M Aug 13 23:16 boot2docker.iso | |
-rw------- 1 royseto staff 1.6K Aug 13 23:16 config.json | |
-rw------- 1 royseto staff 25G Aug 13 23:46 disk.vmdk | |
roysetosmacbook:default royseto$ ls -lh | |
total 57352 | |
-rw-r--r-- 1 royseto staff 28M Aug 13 23:16 boot2docker.iso | |
-rw------- 1 royseto staff 1.6K Aug 13 23:16 config.json | |
roysetosmacbook:boot2docker-vm royseto$ boot2docker version | |
Boot2Docker-cli version: v1.6.2 | |
Git commit: cb2c3bc | |
roysetosmacbook:boot2docker-vm royseto$ docker version | |
Client: | |
Version: 1.8.1 | |
API version: 1.20 | |
Go version: go1.4.2 | |
Git commit: d12ea79 | |
Built: Thu Aug 13 02:49:29 UTC 2015 | |
OS/Arch: darwin/amd64 | |
An error occurred trying to connect: Get https://192.168.59.103:2376/v1.20/version: dial tcp 192.168.59.103:2376: i/o timeout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment