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
49744216
Kaydet (Commit)
49744216
authored
Ara 01, 2015
tarafından
Nicolas Delaby
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
network_mode can also take the name of a network as value.
Signed-off-by:
Nicolas Delaby
<
nicolas.delaby@lock8.me
>
üst
43b0ea53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
hostconfig.md
docs/hostconfig.md
+2
-2
No files found.
docs/hostconfig.md
Dosyayı görüntüle @
49744216
...
...
@@ -31,8 +31,8 @@ of docker remote API. Otherwise they are ignored.
`network_mode`
is available since v1.11 and sets the Network mode for the
container ('bridge': creates a new network stack for the container on the
Docker bridge, 'none': no networking for this container, 'container:
[
name|id
]
':
reuses another container network stack
)
, 'host': use the host network stack
inside the container.
reuses another container network stack, 'host': use the host network stack
inside the container
or any name that identifies an existing Docker network)
.
`restart_policy`
is available since v1.2.0 and sets the container's
*RestartPolicy*
which defines the conditions under which a container should be restarted upon exit.
...
...
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