Difference between revisions of "Docker network ls"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<pre> docker network ls NETWORK ID NAME DRIVER SCOPE f17fdea57bcc bridge bridge local 573fc352d726...")
 
Tags: Mobile web edit, Mobile edit
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<pre>
+
{{lc}}
docker network ls
+
 
NETWORK ID          NAME                DRIVER              SCOPE
+
Default network in [[Ubuntu]]
f17fdea57bcc        bridge              bridge              local
+
[[docker network]] ls
573fc352d726        host                host                local
+
NETWORK ID          NAME                DRIVER              SCOPE
7e7b7b1802cd        none                null                local
+
f17fdea57bcc        [[bridge]]             [[bridge]]             local
</pre>
+
573fc352d726        host                host                local
 +
7e7b7b1802cd        none                null                local
 +
 
 +
== Related commands ==
 +
* <code>[[docker network inspect]]</code>
 +
* <code>[[docker system prune]]</code>
 +
* <code>[[docker volume ls]]</code>
 +
* <code>[[brctl]]</code>
 +
 
 +
== See also ==
 +
* {{docker network}}
 +
* {{docker}}
 +
 
 +
 
 +
[[Category:Docker]]

Latest revision as of 15:42, 20 June 2022

Advertising: