Skip to content

Instantly share code, notes, and snippets.

@pweil-
Created March 22, 2017 17:06
Show Gist options
  • Save pweil-/882628bcfb94bb9297edd2a2e10fd8dd to your computer and use it in GitHub Desktop.
Save pweil-/882628bcfb94bb9297edd2a2e10fd8dd to your computer and use it in GitHub Desktop.
I0322 16:52:19.203294 1 docker.go:928] Paul: config: {
"Hostname": "",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": true,
"AttachStderr": false,
"Tty": false,
"OpenStdin": true,
"StdinOnce": true,
"Env": [
"OPENSHIFT_BUILD_NAME=ruby-ex-4",
"OPENSHIFT_BUILD_NAMESPACE=testuserns",
"OPENSHIFT_BUILD_SOURCE=https://github.com/openshift/ruby-ex.git",
"OPENSHIFT_BUILD_COMMIT=855ab2de53ff897a19e1055f7554c64d19e02c50",
"BUILD_LOGLEVEL=5"
],
"Cmd": [
"/bin/sh",
"-c",
"tar -C /tmp -xf - \u0026\u0026 /usr/libexec/s2i/assemble"
],
"Image": "centos/ruby-22-centos7@sha256:2c49b89506ae4edaeccaeae37643b30ebbc68ca19026de3ecb79e6a01cc77615",
"Volumes": null,
"WorkingDir": "",
"Entrypoint": null,
"OnBuild": null,
"Labels": null
}
I0322 16:52:19.203695 1 docker.go:931] Paul: config: {
"Binds": [],
"ContainerIDFile": "",
"LogConfig": {
"Type": "",
"Config": null
},
"NetworkMode": "container:0b778e32f7402837cc578ffed85eaf3712e781bd386aa4070eae86af88426b10",
"PortBindings": null,
"RestartPolicy": {
"Name": "",
"MaximumRetryCount": 0
},
"AutoRemove": false,
"VolumeDriver": "",
"VolumesFrom": null,
"CapAdd": null,
"CapDrop": [
"KILL",
"MKNOD",
"SETGID",
"SETUID",
"SYS_CHROOT"
],
"Dns": null,
"DnsOptions": null,
"DnsSearch": null,
"ExtraHosts": null,
"GroupAdd": null,
"IpcMode": "",
"Cgroup": "",
"Links": null,
"OomScoreAdj": 0,
"PidMode": "",
"Privileged": false,
"PublishAllPorts": false,
"ReadonlyRootfs": false,
"SecurityOpt": null,
"StorageOpt": null,
"UTSMode": "",
"UsernsMode": "",
"ShmSize": 67108864,
"ConsoleSize": [
0,
0
],
"Isolation": "",
"CpuShares": 2,
"Memory": 92233720368547,
"CgroupParent": "",
"BlkioWeight": 0,
"BlkioWeightDevice": null,
"BlkioDeviceReadBps": null,
"BlkioDeviceWriteBps": null,
"BlkioDeviceReadIOps": null,
"BlkioDeviceWriteIOps": null,
"CpuPeriod": 100000,
"CpuQuota": -1,
"CpusetCpus": "",
"CpusetMems": "",
"Devices": null,
"DiskQuota": 0,
"KernelMemory": 0,
"MemoryReservation": 0,
"MemorySwap": 92233720368547,
"MemorySwappiness": null,
"OomKillDisable": null,
"PidsLimit": 0,
"Ulimits": null,
"CpuCount": 0,
"CpuPercent": 0,
"IOMaximumIOps": 0,
"IOMaximumBandwidth": 0,
"NetworkMaximumBandwidth": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment