Home
last modified time | relevance | path

Searched refs:custom_container_name (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/docker-compose/docker-compose-1.24.0/compose/
H A Dservice.py243 if self.custom_container_name and desired_num > 1:
247 % (self.name, self.custom_container_name))
1122 def custom_container_name(self): member in Service
1126 if self.custom_container_name and slug is None:
1127 return self.custom_container_name
/dports/sysutils/docker-compose/docker-compose-1.24.0/tests/integration/
H A Dservice_test.py1380 assert service.custom_container_name == 'custom-container'
1627 assert service.custom_container_name == 'my-web-container'