5.8 Container
It describes a generic Container.
ID |
Name |
Type |
# |
Description |
|---|---|---|---|---|
1 |
description |
|
1 |
Generic description of the container. |
2 |
id |
|
1 |
ID of the Container. |
3 |
name |
|
1 |
Hostname of the Container. |
4 |
namespace |
|
1 |
Namespace of the pod hosting the Container. |
5 |
status |
|
1 |
Current status of the contaienr. |
6 |
image |
|
1 |
Software image used to boot the container. |
Sample Container object represented in JSON Format:
{
"description": "container",
"id": "123456",
"hostname": "container_name",
"namespace": "default",
"image": "debian-stable.img"
}