docmachine-cli/src
Glenn Y. Rolland 8d4ce99922 refactor(container): streamline container command execution
Simplified the process of constructing and executing container commands
to enhance maintainability and reduce redundancy.

- Removed redundant appending of image_tag and action to docker_opts in
  run.cr.
- Modified command construction in docker_engine.cr to use pre-built cmd
  array, enhancing clarity.
- Updated podman_engine.cr to utilize cmd array for process execution,
  ensuring consistency across container engines.

Signed-off-by: Glenn Y. Rolland <glenux@glenux.net>
2025-03-27 20:10:35 +01:00
..
build refactor(container): streamline container command execution 2025-03-27 20:10:35 +01:00
common refactor: move static network functions to a reusable class 2024-06-02 21:13:36 +02:00
container refactor(container): streamline container command execution 2025-03-27 20:10:35 +01:00
plan feat: use Log library instead of puts 2023-04-25 12:28:16 +02:00
scaffold feat: use Log library instead of puts 2023-04-25 12:28:16 +02:00
write feat(write): Add content nodes support 2023-04-27 20:49:36 +02:00
cli.cr refactor: Clean up the logging system 2023-04-27 20:49:16 +02:00
config.cr refactor: Clean up the logging system 2023-04-27 20:49:16 +02:00
log.cr refactor: Clean up the logging system 2023-04-27 20:49:16 +02:00
main.cr refactor: Clean up the logging system 2023-04-27 20:49:16 +02:00
module.cr feat: use Log library instead of puts 2023-04-25 12:28:16 +02:00