-
-
Save treeder/a00571451f0d902ab711 to your computer and use it in GitHub Desktop.
This file contains 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
echo 'DOCKER_OPTS="--storage-opt dm.blkdiscard=false"' | sudo tee -a /etc/default/docker | |
sudo start docker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So this allows containers to be deleted faster. What's the downside? And if there's no downside, why not incorporate this into docker master branch?