Make running in the background the default#11
Conversation
We are moving to integrate this tool in podman, so we need to follow the podman command line convention. So, let's make running in the background the default behavior requiring `-i/--interactive` to spawn an SSH session. Signed-off-by: German Maglione <gmaglione@redhat.com>
|
Podman runs containers in the background using --detach, -d --interactive is to connect stdin to the application. So if podman bootc allowed users to enter their user name and password when prompted after the OS bootc. |
|
Before we make substantial UX changes let's do a tagged release so that we have a stable reference point, and anyone who wants to pin can do so. |
Yes, I'm not sure if we can map 1:1 podman behavior. We can add |
|
SGTM. Bottom line look at how Podman does something and then match the Podman CLI options if possible. |
|
@germag maybe try rebasing and merging this PR (if complete) to check for packit persistent copr build? Also, I'd be happy to add podman-bootc to |
We need to release a new version before merging this one (it changes the command line). |
We are moving to integrate this tool in podman, so we need to follow the podman command line convention. So, let's make running in the background the default behavior requiring
-i/--interactiveto spawn an SSH session.Related #1