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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eranco74
Copy link

@eranco74 eranco74 commented Jul 8, 2024

  • 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

- 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant