Merge "Don't allocate pseudo-TTY when creating containers"
This commit is contained in:
commit
d0bb2fdcba
@ -639,7 +639,6 @@ class DockerWorker(object):
|
||||
'image': self.params.get('image'),
|
||||
'name': self.params.get('name'),
|
||||
'volumes': volumes,
|
||||
'tty': True
|
||||
}
|
||||
|
||||
def create_container(self):
|
||||
|
@ -133,7 +133,6 @@ FAKE_DATA = {
|
||||
'image': 'myregistrydomain.com:5000/ubuntu:16.04',
|
||||
'name': 'test_container',
|
||||
'volumes': None,
|
||||
'tty': True
|
||||
},
|
||||
|
||||
'images': [
|
||||
|
Loading…
Reference in New Issue
Block a user