Kaydet (Commit) b39d7b46 authored tarafından Scott Robertson's avatar Scott Robertson

don't attach stdin

üst b088fc5f
......@@ -197,7 +197,6 @@ class Client(requests.Session):
def attach(self, container):
params = {
'stdin': 1,
'stdout': 1,
'stderr': 1,
'stream': 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment