Skip to content

Removing "-a" from the "start" args array. #564

New issue

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

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

Already on GitHub? # to your account

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

Conversation

UnKulMunki
Copy link

Removing "-a" from the "podman start" args array. It messes with automated container build in scripts.

Copy link
Collaborator

@p12tic p12tic left a comment

Choose a reason for hiding this comment

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

Looks great, thanks!

The PR needs a rebase. Probably it would be easier to start off the main branch, delete -a and push to the branch of this PR.

@bailsman
Copy link
Contributor

Correct me if I'm wrong, but wouldn't removing "-a" change the semantics of podman-compose up? Currently, podman-compose attaches to containers by default, which matches the default behavior of docker-compose. https://docs.docker.com/reference/cli/docker/compose/up/#description. I think removing the "-a" causes podman-compose up to behave the same as podman-compose up --detach and there would no longer be any way to achieve the current behavior.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants