Skip to content

Instantly share code, notes, and snippets.

@alexander-heimbuch
Created July 29, 2016 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexander-heimbuch/7edaee97c302189f66c9d8c7afbaf357 to your computer and use it in GitHub Desktop.
Save alexander-heimbuch/7edaee97c302189f66c9d8c7afbaf357 to your computer and use it in GitHub Desktop.
Docker IO mount test
docker run --rm -v $(pwd):/test ubuntu:latest bash -c "dd if=/dev/zero of=/test/testfile bs=1G count=1 && rm test/testfile"
@alexander-heimbuch
Copy link
Author

v1.12.0-rc4: 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 6.10839 s, 176 MB/s

@alexander-heimbuch
Copy link
Author

v1.12.1-beta25: 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 6.70827 s, 160 MB/s

@alexander-heimbuch
Copy link
Author

Version 1.13.0-rc4-beta34.1: 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 8.60708 s, 125 MB/s

@alexander-heimbuch
Copy link
Author

Version 17.12.0-ce, build c97c6d6: 1073741824 bytes (1.1 GB, 1.0 GiB) copied, 6.52735 s, 164 MB/s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment