mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-30 20:50:21 +00:00
RFC & SSH exchange for development
This commit is contained in:
parent
19f50d6d95
commit
46689d6477
22 changed files with 418 additions and 157 deletions
|
|
@ -93,7 +93,7 @@ class DockerContainerManager:
|
|||
name=self.name,
|
||||
volumes=self.volumes, # type: ignore
|
||||
)
|
||||
atexit.register(self.cleanup_container)
|
||||
# atexit.register(self.cleanup_container)
|
||||
print(f"Started container with ID: {self.container.id}")
|
||||
if self.logger: self.logger.log(type="info", content=f"Started container with ID: {self.container.id}")
|
||||
time.sleep(5) # this helps to get SSH ready
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue