mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 11:40:47 +00:00
docker files, agent number fix, json misformat message
This commit is contained in:
parent
281061f351
commit
ef22702eff
10 changed files with 107 additions and 23 deletions
|
|
@ -35,7 +35,7 @@ class DockerContainerManager:
|
|||
#print(f"Container with name '{self.name}' is already running with ID: {existing_container.id}")
|
||||
pass
|
||||
else:
|
||||
print(f"Initializing docker container {self.name}...")
|
||||
print(f"Initializing docker container {self.name} for safe code execution...")
|
||||
self.container = self.client.containers.run(
|
||||
self.image,
|
||||
detach=True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue