Dockerfile 137 B

1234
  1. FROM busybox
  2. # Report the shm_size (through the size of /dev/shm)
  3. RUN echo "shm_size:" $(df -h /dev/shm | tail -n 1 | awk '{print $2}')