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

Podman Support and Shellcheck #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

Ma124
Copy link

@Ma124 Ma124 commented May 26, 2020

I really like your project but I'm using Podman, a drop-in replacement for docker. I changed the scripts in ./bin/ to still use docker by default but enable podman support by setting $CONTAINER_ENGINE=podman.

Secondly I ran Shellcheck, a linter for shell scripts, and fixed all warnings which were mostly just SC2086.

So all in all this does not change anything that is already in production but just adds the option to use Podman.

@wmacevoy
Copy link
Owner

wmacevoy commented May 8, 2022

I did not notice this pull request; but I don't see that your fixes are correct. It looks like it defaults to podman and you have to set something to make it work with docker. And the base repo the pull is from changes. If you still care I would try a version that defaulted to docker.

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.

2 participants