Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
f3f44b22
Commit
f3f44b22
authored
Apr 17, 2018
by
Samuel GAIST
Browse files
[dependencies] Update docker client library version
"docker-py" is now just "docker"
parent
81e48009
Pipeline
#19100
failed with stage
in 1 minute and 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
beat/core/dock.py
View file @
f3f44b22
...
...
@@ -457,7 +457,7 @@ class Host(object):
def
statistics
(
self
,
container
):
'''Returns the statistics about a container'''
client
=
docker
.
Client
()
client
=
docker
.
API
Client
()
data
=
client
.
stats
(
container
.
id
,
decode
=
True
,
stream
=
False
)
...
...
setup.py
View file @
f3f44b22
...
...
@@ -43,7 +43,7 @@ requires = [
"sphinx-rtd-theme"
,
"matplotlib>=1.4"
,
"pyzmq"
,
"docker
-py
"
,
"docker"
,
]
# The only thing we do in this file is to call the setup() function with all
...
...
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