Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
docker-py
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
docker-py
Commits
d991db5b
Kaydet (Commit)
d991db5b
authored
Haz 14, 2016
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Expand on the 1-network limit in create_container
Signed-off-by:
Joffrey F
<
joffrey@docker.com
>
üst
fc4bfde0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
networks.md
docs/networks.md
+5
-2
No files found.
docs/networks.md
Dosyayı görüntüle @
d991db5b
...
...
@@ -40,9 +40,12 @@ docker_client.create_network("network1", driver="bridge", internal=True)
## Container network configuration
In order to specify which network
(s) a container will be connected to
and
In order to specify which network
a container will be connected to,
and
additional configuration, use the
`networking_config`
parameter in
`Client.create_container`
`Client.create_container`
. Note that at the time of creation, you can
only connect a container to a single network. Later on, you may create more
connections using
`Client.connect_container_to_network`
.
```python
networking_config = docker_client.create_networking_config({
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment