mirror of
https://github.com/docker/compose.git
synced 2025-07-23 13:45:00 +02:00
Remove unused attach_socket function from Container.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
13d5efcd8b
commit
fe65c0258d
@ -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…
x
Reference in New Issue
Block a user