Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for running ilab container in background or foreground mode #27

Closed
wants to merge 1 commit into from

Commits on Jul 8, 2024

  1. Add support for running ilab container in background or foreground mode

    - Introduce PODMAN_BACKGROUND_MODE environment variable to control podman run mode
    - Use --detach flag for background mode and --interactive flag for foreground mode
    - Update PODMAN_COMMAND to include the appropriate flag based on PODMAN_BACKGROUND_MODE
    
    This change allows the script to conditionally run ilab podman containers in the background or foreground based on the value of the PODMAN_BACKGROUND_MODE environment variable
    
    Signed-off-by: Eran Cohen <[email protected]>
    eranco74 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    224e447 View commit details
    Browse the repository at this point in the history