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
f28e90bf
Kaydet (Commit)
f28e90bf
authored
May 07, 2015
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge pull request #590 from docker/events_decode_doc
Added documentation for decode param on stats and events
üst
02e77176
c3a48775
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
api.md
docs/api.md
+4
-3
No files found.
docs/api.md
Dosyayı görüntüle @
f28e90bf
...
...
@@ -250,10 +250,10 @@ function return a blocking generator you can iterate over to retrieve events as
**Params**
:
*
since (datetime or int): get events from this point
*
until (datetime or int): get events until this point
*
filters (dict): filter the events by event time, container or image
*
decode (bool): If set to true, stream will be decoded into dicts on the
fly. False by default.
**Returns**
(generator):
...
...
@@ -812,6 +812,8 @@ This will stream statistics for a specific container.
**Params**
:
*
container (str): The container to start
*
decode (bool): If set to true, stream will be decoded into dicts on the
fly. False by default.
```
python
>>>
from
docker
import
Client
...
...
@@ -914,7 +916,6 @@ If `container` a dict, the `Id` key is used.
<!---
TODO:
*
events
*
load_image
*
resize
...
...
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