Home
last modified time | relevance | path

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

/dports/sysutils/docker-compose/docker-compose-1.24.0/compose/
H A Dservice.py470 container, timeout=timeout, attach_logs=not detached,
495 lambda c: self.start_container_if_stopped(c, attach_logs=not detached, quiet=True),
570 … def recreate_container(self, container, timeout=None, attach_logs=False, start_new_container=True, argument
586 if attach_logs:
601 def start_container_if_stopped(self, container, attach_logs=False, quiet=False): argument
605 if attach_logs:
/dports/net/samba412/samba-4.12.15/script/
H A Dautobuild.py1135 if options.attach_logs:
1328 if options.keeplogs or options.attach_logs: