Skip to content

Instantly share code, notes, and snippets.

@ybubnov
Created January 6, 2017 15:11
Show Gist options
  • Save ybubnov/126bfc3f246cdd3c66ba7fc4cbc6c480 to your computer and use it in GitHub Desktop.
Save ybubnov/126bfc3f246cdd3c66ba7fc4cbc6c480 to your computer and use it in GitHub Desktop.
Large Docker image
FROM nginx:1.11.8
# Create a 5GiB file to fill the disk space.
RUN fallocate -l 5G /var/lib/large.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment