Docker Container Downward API: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Docker Concepts =Overview= Access to container metadata from inside the container: /sys/fs/cgroup/memory/memory.li...")
 
 
(4 intermediate revisions by the same user not shown)
Line 5: Line 5:
=Overview=
=Overview=


Access to container metadata from inside the container:
Access to container metadata from inside the container.


/sys/fs/cgroup/memory/memory.limit_in_bytes
=/sys/fs/cgroup=
 
==memory==
 
===memory.limit_in_bytes===
 
[[OpenShift Concepts#Memory_Limit|Memory limit]] in OpenShift.
 
{{Internal|Image_and_Container_Metadata#Memory|HostConfig.Memory Container Metadata}}

Latest revision as of 08:01, 6 December 2017

Internal

Overview

Access to container metadata from inside the container.

/sys/fs/cgroup

memory

memory.limit_in_bytes

Memory limit in OpenShift.

HostConfig.Memory Container Metadata