8-Docker网络命令之ls

发布时间:2024年01月22日

1.ls介绍

docker网络命令ls是用来列出当前docker中默认的及自定义的网络

2.ls用法

docker network ls [参数]

[root@centos79 ~]# docker network ls --help

Usage:  docker network ls [OPTIONS]

List networks

Aliases:
  docker network ls, docker network list

Options:
  -f, --filter filter   Provide filter values (e.g. "driver=bridge")
      --format string   Format output using a custom template:
                        'table':            Print output in table format with column headers (default)
                        'table TEMPLATE':   Print output in table format using the given Go template
                        'json':             Print in JSON format
                        'TEMPLATE':         Print output using the given Go template.
                        Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates
      --no-trunc        Do not truncate the output
  -q
文章来源:https://blog.csdn.net/z19861216/article/details/135198770
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。