Skip to content

Instantly share code, notes, and snippets.

@moul
Created April 18, 2016 13:25
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 moul/e9b6e90b6696c34549c57826613c46db to your computer and use it in GitHub Desktop.
Save moul/e9b6e90b6696c34549c57826613c46db to your computer and use it in GitHub Desktop.
docker for mac + multiarch
$ docker version
Client:
 Version:      1.11.0
 API version:  1.23
 Go version:   go1.5.4
 Git commit:   4dc5990
 Built:        Wed Apr 13 19:36:04 2016
 OS/Arch:      darwin/amd64

Server:
 Version:      1.11.0
 API version:  1.23
 Go version:   go1.5.4
 Git commit:   a5315b8
 Built:        Thu Apr 14 10:19:52 2016
 OS/Arch:      linux/amd64
$ docker info
Containers: 1
 Running: 1
 Paused: 0
 Stopped: 0
Images: 2
Server Version: 1.11.0
Storage Driver: aufs
 Root Dir: /var/lib/docker/aufs
 Backing Filesystem: extfs
 Dirs: 7
 Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: null host bridge
Kernel Version: 4.4.6
Operating System: Alpine Linux v3.3
OSType: linux
Architecture: x86_64
CPUs: 2
Total Memory: 1.956 GiB
Name: docker
ID: 53SU:XKJR:L4CY:4GA3:FRGH:OMDT:WSOV:2UHC:CJ6U:YU5K:YG2V:SAXO
Docker Root Dir: /var/lib/docker
Debug mode (client): false
Debug mode (server): true
 File Descriptors: 21
 Goroutines: 47
 System Time: 2016-04-18T13:22:55.819625493Z
 EventsListeners: 1
Username: moul
Registry: https://index.docker.io/v1/
$ docker run -it --rm multiarch/alpine:x86_64-v3.3 uname -a
Linux a9bd037941ed 4.4.6 #1 SMP Thu Apr 14 10:16:02 UTC 2016 x86_64 Linux
$ docker run -it --rm multiarch/alpine:armhf-v3.3 uname -a
Linux 7345ff2de8a4 4.4.6 #1 SMP Thu Apr 14 10:16:02 UTC 2016 armv7l Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment