mirror of https://github.com/docker/compose.git
5 lines
143 B
Docker
5 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)
|