mirror of
https://github.com/docker/compose.git
synced 2026-07-09 01:43:26 +00:00
4 lines
143 B
Docker
4 lines
143 B
Docker
FROM busybox
|
|
|
|
# Report the memory (through the size of the group memory)
|
|
RUN echo "memory:" $(cat /sys/fs/cgroup/memory/memory.limit_in_bytes)
|