Remove unused attach_socket function from Container.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
13d5efcd8b
commit
fe65c0258d
1 changed files with 0 additions and 3 deletions
|
|
@ -212,9 +212,6 @@ class Container(object):
|
|||
def attach(self, *args, **kwargs):
|
||||
return self.client.attach(self.id, *args, **kwargs)
|
||||
|
||||
def attach_socket(self, **kwargs):
|
||||
return self.client.attach_socket(self.id, **kwargs)
|
||||
|
||||
def __repr__(self):
|
||||
return '<Container: %s (%s)>' % (self.name, self.id[:6])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue