plano/arch/tools/cli
Adil Hafeez ae6b2bef59
Fix compatibility issues with podman system (#415)
- "dokcer inspect" doesn't return State/Status if container is not running
- "docker remove" is not a command supported by podman
- "docker logs" expect -f to be passed before container name
2025-02-20 16:19:48 -08:00
..
__init__.py fixed cli to use poetry as well. this way we make it easy to have the… (#160) 2024-10-09 15:53:12 -07:00
config_generator.py Update arch_config and add tests for arch config file (#407) 2025-02-14 19:28:10 -08:00
consts.py Use intent model from archfc to pick prompt gateway (#328) 2024-12-20 13:25:01 -08:00
core.py Fix compatibility issues with podman system (#415) 2025-02-20 16:19:48 -08:00
docker_cli.py Fix compatibility issues with podman system (#415) 2025-02-20 16:19:48 -08:00
main.py use docker cli to communicate to docker sub system (#412) 2025-02-14 17:46:58 -08:00
targets.py use docker cli to communicate to docker sub system (#412) 2025-02-14 17:46:58 -08:00
utils.py use docker cli to communicate to docker sub system (#412) 2025-02-14 17:46:58 -08:00