Skip to content

Instantly share code, notes, and snippets.

@treeder
Forked from ironimages/Docker commands
Last active February 29, 2016 22:48
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save treeder/a00571451f0d902ab711 to your computer and use it in GitHub Desktop.
Save treeder/a00571451f0d902ab711 to your computer and use it in GitHub Desktop.
echo 'DOCKER_OPTS="--storage-opt dm.blkdiscard=false"' | sudo tee -a /etc/default/docker
sudo start docker
@CMCDragonkai
Copy link

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?

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