Skip to content

Instantly share code, notes, and snippets.

@EugenMayer
Created May 4, 2017 16:06
Show Gist options
  • Save EugenMayer/0178d5938802100a44627a8679b780d1 to your computer and use it in GitHub Desktop.
Save EugenMayer/0178d5938802100a44627a8679b780d1 to your computer and use it in GitHub Desktop.
version: "2"
services:
test:
image: alpine
volumes:
- /Users/em/test:/var/www:cached
command: "time dd if=/dev/zero of=/var/www/test.dat bs=1024 count=100000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment