Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 172 Bytes

remove_networks.md

File metadata and controls

9 lines (6 loc) · 172 Bytes

Remove networks

docker network rm {network-id}

Remove all unused networks docker network prune

Remove using filters docker network prune -a --filter "until=12h"