1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-07-04 09:09:19 +02:00

docs: update Docker/Réseau

Cette révision appartient à :
Mickael Asseline 2021-05-09 08:54:20 +00:00 révisé par Mickael Asseline
Parent 8677b524f9
révision 4c90e399dc

Voir le fichier

@ -2,7 +2,7 @@
title: Docker - Gestion du réseau
description: Comprendre la gestion du réseau de Docker
published: true
date: 2021-05-09T08:53:07.253Z
date: 2021-05-09T08:54:19.274Z
tags:
editor: ckeditor
dateCreated: 2021-05-09T08:52:42.135Z
@ -83,8 +83,6 @@ ccdbdbf708db mon-bridge bridge local
"Labels": {}
}
]</code></pre>
<p>&nbsp;</p>
<p style="text-align:justify;">&nbsp;</p>
<blockquote>
<p style="text-align:justify;">Vous pouvez <strong>surcharger la valeur du Subnet et de la Gateway</strong> en utilisant les options <code><strong>--subnet</strong></code> et <code><strong>--gateway</strong></code> de la commande <code>docker network create</code>, comme suit :<br><br><code>docker network create bridge --subnet=172.16.86.0/24 --gateway=172.16.86.1 mon-bridge</code></p>
</blockquote>