mirror of
https://github.com/docker/compose.git
synced 2025-07-20 20:24:30 +02:00
commit
927115c3d4
@ -422,7 +422,6 @@ class ServiceTest(DockerClientTestCase):
|
|||||||
def test_pid_mode_none_defined(self):
|
def test_pid_mode_none_defined(self):
|
||||||
service = self.create_service('web', pid=None)
|
service = self.create_service('web', pid=None)
|
||||||
container = create_and_start_container(service)
|
container = create_and_start_container(service)
|
||||||
print 'STEAK %s' % (container.get('HostConfig.PidMode'))
|
|
||||||
self.assertEqual(container.get('HostConfig.PidMode'), '')
|
self.assertEqual(container.get('HostConfig.PidMode'), '')
|
||||||
|
|
||||||
def test_pid_mode_host(self):
|
def test_pid_mode_host(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user