docker system prune network code example
Example 1: prune volume docker
$ docker volume prune
WARNING! This will remove all volumes not used by at least one container.
Are you sure you want to continue? [y/N] y
Example 2: docker network remove
docker network rm NETWORK [NETWORK...]