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
07a99ea5
Kaydet (Commit)
07a99ea5
authored
Tem 29, 2015
tarafından
Joffrey F
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge pull request #696 from alexwlchan/master
Fix a few typos in the docs
üst
70dd6548
78ccfc88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
api.md
docs/api.md
+4
-4
change_log.md
docs/change_log.md
+1
-1
No files found.
docs/api.md
Dosyayı görüntüle @
07a99ea5
...
...
@@ -30,7 +30,7 @@ the entire backlog.
*
container (str): The container to attach to
*
stdout (bool): Get STDOUT
*
stderr (bool): Get STDERR
*
stream (bool): Return an i
n
terator
*
stream (bool): Return an iterator
*
logs (bool): Get all previous output
**Returns**
(generator or str): The logs or output for the image
...
...
@@ -70,7 +70,7 @@ correct value (e.g `gzip`).
-
memory (int): set memory limit for build
-
memswap (int): Total memory (memory + swap), -1 to disable swap
-
cpushares (int): CPU shares (relative weight)
-
cpusetcpus (str): CPUs in which to allow exection, e.g.,
`"0-3"`
,
`"0,1"`
-
cpusetcpus (str): CPUs in which to allow exec
u
tion, e.g.,
`"0-3"`
,
`"0,1"`
*
decode (bool): If set to
`True`
, the returned stream will be decoded into
dicts on the fly. Default
`False`
.
...
...
@@ -123,7 +123,7 @@ Identical to the `docker commit` command.
*
tag (str): The tag to push
*
message (str): A commit message
*
author (str): The name of the author
*
conf (dict): The configuraton for the container. See the
[
Docker remote api
](
*
conf (dict): The configurat
i
on for the container. See the
[
Docker remote api
](
https://docs.docker.com/reference/api/docker_remote_api/
)
for full details.
## containers
...
...
@@ -397,7 +397,7 @@ src will be treated as a URL instead to fetch the image from. You can also pass
an open file handle as 'src', in which case the data will be read from that
file.
If
`src`
is unset but
`image`
is set, the
`image`
param
a
ter will be taken as
If
`src`
is unset but
`image`
is set, the
`image`
param
e
ter will be taken as
the name of an existing image to import from.
**Params**
:
...
...
docs/change_log.md
Dosyayı görüntüle @
07a99ea5
...
...
@@ -21,7 +21,7 @@ Change Log
*
404 API status now raises
`docker.errors.NotFound`
. This exception inherits
`APIError`
which was used previously.
*
Docs fixes
*
Test ixes
*
Test
f
ixes
1.
3.0
-----
...
...
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