nginx ACI Container:
Container used here is “nginx:latest”
Base directory content:
manifest rootfs
manifest:
{
"annotations": [
{
"value": "NGINX Docker Maintainers \"docker-maint@nginx.com\"",
"name": "authors"
},
{
"value": "2016-05-24T22:53:01Z",
"name": "created"
},
{
"value": "index.docker.io",
"name": "appc.io/docker/v1/registryurl"
},
{
"value": "nginx",
"name": "appc.io/docker/v1/repository"
},
{
"value": "6b6be2c31eaa20a812705427c3c829199310e5a290f69e07d4e2d66915b7cba7",
"name": "appc.io/docker/v1/imageid"
},
{
"value": "b476efced7de52e8701c2d70a4f9704ee9fbe93db922645d0e8cdf2e8eaa6096",
"name": "appc.io/docker/v1/parentimageid"
}
],
"app": {
"ports": [
{
"socketActivated": false,
"count": 1,
"port": 80,
"protocol": "tcp",
"name": "80-tcp"
},
{
"socketActivated": false,
"count": 1,
"port": 443,
"protocol": "tcp",
"name": "443-tcp"
}
],
"environment": [
{
"value": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"name": "PATH"
},
{
"value": "1.11.0-1~jessie",
"name": "NGINX_VERSION"
}
],
"group": "0",
"user": "0",
"exec": [
"/bin/sh",
"-c",
"\"nginx\" \"-g\" \"daemon off;\""
]
},
"labels": [
{
"value": "latest",
"name": "version"
},
{
"value": "linux",
"name": "os"
},
{
"value": "amd64",
"name": "arch"
}
],
"name": "nginx",
"acVersion": "0.6.1",
"acKind": "ImageManifest"
}
rootfs content:
$ ls rootfs/
bin dev home lib64 mnt proc run srv tmp var
boot etc lib media opt root sbin sys usr