Created
January 6, 2017 15:11
-
-
Save ybubnov/126bfc3f246cdd3c66ba7fc4cbc6c480 to your computer and use it in GitHub Desktop.
Large Docker image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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