Dockerfile 157 B

1234
  1. FROM busybox:1.31.0-uclibc
  2. # Report the memory (through the size of the group memory)
  3. RUN echo "memory:" $(cat /sys/fs/cgroup/memory/memory.limit_in_bytes)