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

docs/install: Also document using --rm #194

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

cgwalters
Copy link
Collaborator

There's no reason to leak these containers by default.

There's no reason to leak these containers by default.

Signed-off-by: Colin Walters <walters@verbum.org>
Copy link
Member

@vrothberg vrothberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Did you consider integrating this call into bootc itself? Maybe this could be hidden behind a flag? Maybe something like bootc --image=<image> ARGS... which would be translated into podman run $flags-that-I-keep-forgetting <image> ARGS...

@cgwalters
Copy link
Collaborator Author

That'd require the person invoking the tool to already have bootc in their $PATH which will be true for some but not others. There's no bootc in e.g. the current RHEL 9 AMI. Also if I want to script an in-place reprovision, I'll actually need to encode the command into something like an Ansible/Terraform config which generates my cloud-init configuration (potentially even doing dev work on a Mac or Windows env).

@cgwalters cgwalters merged commit 282eff6 into containers:main Nov 10, 2023
9 checks passed
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.

None yet

2 participants