DOCKER NETWORK LS
Commande : docker network ls
Usage: docker network ls [OPTIONS] List networks Aliases: ls, list Options: -f, --filter filter Provide filter values (e.g. 'driver=bridge') --format string Pretty-print networks using a Go template --no-trunc Do not truncate the output -q, --quiet Only display network IDs
Lister les réseaux disponibles :
docker network ls
ex :
$ docker network ls
NETWORK ID NAME DRIVER SCOPE
67484527d405 bridge bridge local
ceb00d6eadf2 host host local
b50cda144567 none null local