Skip to content

Instantly share code, notes, and snippets.

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 geerlingguy/6363e5ac37672166053693b605506d98 to your computer and use it in GitHub Desktop.
Save geerlingguy/6363e5ac37672166053693b605506d98 to your computer and use it in GitHub Desktop.
Ansible Container local build info
Ansible Container, version 0.9.2rc0
Darwin, JJG-MBP, 16.7.0, Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64, x86_64
2.7.13 (default, Dec 18 2016, 07:03:39)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] /usr/local/opt/python/bin/python2.7
{
"ContainersPaused": 0,
"Labels": null,
"CgroupDriver": "cgroupfs",
"ContainersRunning": 0,
"ContainerdCommit": {
"Expected": "6e23458c129b551d5c9871e5174f6b1b7f6d1170",
"ID": "6e23458c129b551d5c9871e5174f6b1b7f6d1170"
},
"InitBinary": "docker-init",
"NGoroutines": 30,
"Swarm": {
"ControlAvailable": false,
"NodeID": "",
"Error": "",
"RemoteManagers": null,
"LocalNodeState": "inactive",
"NodeAddr": ""
},
"LoggingDriver": "json-file",
"OSType": "linux",
"HttpProxy": "",
"Runtimes": {
"runc": {
"path": "docker-runc"
}
},
"DriverStatus": [
[
"Backing Filesystem",
"extfs"
],
[
"Supports d_type",
"true"
],
[
"Native Overlay Diff",
"true"
]
],
"OperatingSystem": "Alpine Linux v3.5",
"Containers": 0,
"HttpsProxy": "",
"BridgeNfIp6tables": true,
"MemTotal": 2096168960,
"SecurityOptions": [
"name=seccomp,profile=default"
],
"Driver": "overlay2",
"IndexServerAddress": "https://index.docker.io/v1/",
"ClusterStore": "",
"InitCommit": {
"Expected": "949e6fa",
"ID": "949e6fa"
},
"Isolation": "",
"SystemStatus": null,
"OomKillDisable": true,
"ClusterAdvertise": "",
"SystemTime": "2017-07-31T02:46:48.991289965Z",
"Name": "moby",
"CPUSet": true,
"RegistryConfig": {
"AllowNondistributableArtifactsCIDRs": [],
"Mirrors": [],
"IndexConfigs": {
"docker.io": {
"Official": true,
"Name": "docker.io",
"Secure": true,
"Mirrors": []
}
},
"AllowNondistributableArtifactsHostnames": [],
"InsecureRegistryCIDRs": [
"127.0.0.0/8"
]
},
"DefaultRuntime": "runc",
"ContainersStopped": 0,
"NCPU": 2,
"NFd": 18,
"Architecture": "x86_64",
"KernelMemory": true,
"CpuCfsQuota": true,
"Debug": true,
"ID": "TJD2:6QHZ:IMAN:4SHW:C42Y:VMKP:A2OV:E2PS:SQBZ:EI5C:XXIG:5JO4",
"IPv4Forwarding": true,
"KernelVersion": "4.9.36-moby",
"BridgeNfIptables": true,
"NoProxy": "*.local, 169.254/16",
"LiveRestoreEnabled": false,
"ServerVersion": "17.06.1-ce-rc1",
"CpuCfsPeriod": true,
"ExperimentalBuild": true,
"MemoryLimit": true,
"SwapLimit": true,
"Plugins": {
"Volume": [
"local"
],
"Network": [
"bridge",
"host",
"ipvlan",
"macvlan",
"null",
"overlay"
],
"Authorization": null,
"Log": [
"awslogs",
"fluentd",
"gcplogs",
"gelf",
"journald",
"json-file",
"logentries",
"splunk",
"syslog"
]
},
"Images": 32,
"DockerRootDir": "/var/lib/docker",
"NEventsListener": 1,
"CPUShares": true,
"RuncCommit": {
"Expected": "810190ceaa507aa2727d7ae6f4790c76ec150bd2",
"ID": "810190ceaa507aa2727d7ae6f4790c76ec150bd2"
}
}
{
"KernelVersion": "4.9.36-moby",
"Arch": "amd64",
"BuildTime": "2017-07-14T07:33:35.157915846+00:00",
"ApiVersion": "1.30",
"Version": "17.06.1-ce-rc1",
"MinAPIVersion": "1.12",
"GitCommit": "77b4dce",
"Os": "linux",
"Experimental": true,
"GoVersion": "go1.8.3"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment