Created
October 30, 2016 19:18
-
-
Save devopsmariocom/e45798b20012ca0646be189a04381cc3 to your computer and use it in GitHub Desktop.
Clean all default networks
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
#!/bin/bash | |
docker network rm $(docker network ls -q --filter="name=_default") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment