Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [root@control01 ~]# docker inspect kolla_ansible
- [
- {
- "Id": "ddbcf2bc6800f7b9487f1c336d25d48d30b9b5d4b9c66e30c107b552d9cf2e77",
- "Created": "2015-12-21T00:51:11.732618657Z",
- "Path": "/bin/sleep",
- "Args": [
- "infinity"
- ],
- "State": {
- "Running": true,
- "Paused": false,
- "Restarting": false,
- "OOMKilled": false,
- "Dead": false,
- "Pid": 6053,
- "ExitCode": 0,
- "Error": "",
- "StartedAt": "2015-12-29T10:59:01.910077548Z",
- "FinishedAt": "2015-12-29T10:59:01.866916756Z"
- },
- "Image": "138128943d2a3780136275782138e336ce0c37e05bcec67caca16e087ccab0a3",
- "NetworkSettings": {
- "Bridge": "",
- "EndpointID": "056ba1d9a843d7b91b1389b15d9ade0fe1282510c8fb5320f55ed08fe3403943",
- "Gateway": "\u003cnil\u003e",
- "GlobalIPv6Address": "",
- "GlobalIPv6PrefixLen": 0,
- "HairpinMode": false,
- "IPAddress": "",
- "IPPrefixLen": 0,
- "IPv6Gateway": "",
- "LinkLocalIPv6Address": "",
- "LinkLocalIPv6PrefixLen": 0,
- "MacAddress": "",
- "NetworkID": "eb41c9dded82bfaf56fae4ced1f80c5a76a29b9565f1639c405146143da18e8f",
- "PortMapping": null,
- "Ports": {},
- "SandboxKey": "/var/run/docker/netns/default",
- "SecondaryIPAddresses": null,
- "SecondaryIPv6Addresses": null
- },
- "ResolvConfPath": "/var/lib/docker/containers/ddbcf2bc6800f7b9487f1c336d25d48d30b9b5d4b9c66e30c107b552d9cf2e77/resolv.conf",
- "HostnamePath": "/var/lib/docker/containers/ddbcf2bc6800f7b9487f1c336d25d48d30b9b5d4b9c66e30c107b552d9cf2e77/hostname",
- "HostsPath": "/var/lib/docker/containers/ddbcf2bc6800f7b9487f1c336d25d48d30b9b5d4b9c66e30c107b552d9cf2e77/hosts",
- "LogPath": "/var/lib/docker/containers/ddbcf2bc6800f7b9487f1c336d25d48d30b9b5d4b9c66e30c107b552d9cf2e77/ddbcf2bc6800f7b9487f1c336d25d48d30b9b5d4b9c66e30c107b552d9cf2e77-json.log",
- "Name": "/kolla_ansible",
- "RestartCount": 0,
- "Driver": "devicemapper",
- "ExecDriver": "native-0.2",
- "MountLabel": "system_u:object_r:svirt_sandbox_file_t:s0:c135,c773",
- "ProcessLabel": "system_u:system_r:svirt_lxc_net_t:s0:c135,c773",
- "AppArmorProfile": "",
- "ExecIDs": null,
- "HostConfig": {
- "Binds": [
- "/run/:/run/:rw",
- "/var/lib/kolla/dev/log:/dev/log:rw",
- "/dev/:/dev/:rw"
- ],
- "ContainerIDFile": "",
- "LxcConf": null,
- "Memory": 0,
- "MemorySwap": 0,
- "CpuShares": 0,
- "CpuPeriod": 0,
- "CpusetCpus": "",
- "CpusetMems": "",
- "CpuQuota": 0,
- "BlkioWeight": 0,
- "OomKillDisable": false,
- "MemorySwappiness": null,
- "Privileged": false,
- "PortBindings": null,
- "Links": null,
- "PublishAllPorts": false,
- "Dns": null,
- "DnsSearch": null,
- "ExtraHosts": null,
- "VolumesFrom": null,
- "Devices": null,
- "NetworkMode": "host",
- "IpcMode": "",
- "PidMode": "",
- "UTSMode": "",
- "CapAdd": null,
- "CapDrop": null,
- "GroupAdd": null,
- "RestartPolicy": {
- "Name": "always",
- "MaximumRetryCount": 0
- },
- "SecurityOpt": null,
- "ReadonlyRootfs": false,
- "Ulimits": null,
- "LogConfig": {
- "Type": "json-file",
- "Config": {}
- },
- "CgroupParent": "",
- "ConsoleSize": [
- 0,
- 0
- ]
- },
- "GraphDriver": {
- "Name": "devicemapper",
- "Data": {
- "DeviceId": "44",
- "DeviceName": "docker-253:1-393575-ddbcf2bc6800f7b9487f1c336d25d48d30b9b5d4b9c66e30c107b552d9cf2e77",
- "DeviceSize": "107374182400"
- }
- },
- "Mounts": [
- {
- "Source": "/dev",
- "Destination": "/dev",
- "Mode": "rw",
- "RW": true
- },
- {
- "Source": "/var/lib/kolla/dev/log",
- "Destination": "/dev/log",
- "Mode": "rw",
- "RW": true
- },
- {
- "Source": "/run",
- "Destination": "/run",
- "Mode": "rw",
- "RW": true
- }
- ],
- "Config": {
- "Hostname": "control01",
- "Domainname": "local",
- "User": "ansible",
- "AttachStdin": false,
- "AttachStdout": false,
- "AttachStderr": false,
- "ExposedPorts": null,
- "PublishService": "",
- "Tty": true,
- "OpenStdin": false,
- "StdinOnce": false,
- "Env": [
- "ANSIBLE_LIBRARY=/usr/share/ansible",
- "ANSIBLE_NOCOLOR=1",
- "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
- "KOLLA_BASE_DISTRO=centos",
- "KOLLA_INSTALL_TYPE=binary",
- "KOLLA_INSTALL_METATYPE=rdo"
- ],
- "Cmd": [
- "/bin/sleep",
- "infinity"
- ],
- "Image": "operator.local:5000/lokolla/centos-binary-kolla-ansible:1.0.0",
- "Volumes": {
- "/dev/": {},
- "/dev/log": {},
- "/run/": {}
- },
- "VolumeDriver": "",
- "WorkingDir": "",
- "Entrypoint": null,
- "NetworkDisabled": false,
- "MacAddress": "",
- "OnBuild": null,
- "Labels": null
- }
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment