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

Fix support on Podman service #20300

Merged
merged 1 commit into from
Apr 24, 2023

Conversation

cipherboy
Copy link
Contributor

When using the podman service runner (creating a socket equivalent to Docker's), tests fail with a nil pointer exception since the bridge network is named "podman", not "bridge".

Allow single networked containers and use whatever name the container runner assigns to it.

When using the podman service runner (creating a socket equivalent to
Docker's), tests fail with a nil pointer exception since the bridge
network is named "podman", not "bridge".

Allow single networked containers and use whatever name the container
runner assigns to it.

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
@cipherboy cipherboy force-pushed the cipherboy-add-podman-support branch from bcbb260 to e37937d Compare April 24, 2023 12:00
@ncabatoff ncabatoff merged commit cb6be71 into test-docker-vault Apr 24, 2023
@ncabatoff ncabatoff deleted the cipherboy-add-podman-support branch April 24, 2023 12:35
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