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'),
|
'image': self.params.get('image'),
|
||||||
'name': self.params.get('name'),
|
'name': self.params.get('name'),
|
||||||
'volumes': volumes,
|
'volumes': volumes,
|
||||||
'tty': True
|
|
||||||
}
|
}
|
||||||
|
|
||||||
def create_container(self):
|
def create_container(self):
|
||||||
|
@ -133,7 +133,6 @@ FAKE_DATA = {
|
|||||||
'image': 'myregistrydomain.com:5000/ubuntu:16.04',
|
'image': 'myregistrydomain.com:5000/ubuntu:16.04',
|
||||||
'name': 'test_container',
|
'name': 'test_container',
|
||||||
'volumes': None,
|
'volumes': None,
|
||||||
'tty': True
|
|
||||||
},
|
},
|
||||||
|
|
||||||
'images': [
|
'images': [
|
||||||
|
Loading…
Reference in New Issue
Block a user