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

Issue #243: Introducing the default network in case "bridge" is disabled #244

Merged
merged 1 commit into from
Sep 18, 2020

Conversation

ikolomiyets
Copy link
Contributor

This commit resolves the issue of inability to run the tests in the Docker environment with disabled "bridge" network.
The CreateContainer or CreateNetwork function will check if bridge network exists and if does not it creates a reaper_default network and ensure that container is attached to the reaper_default network.

… to run the tests in the Docker environment with disabled "bridge" network.

            The CreateContainer or CreateNetwork function will check if bridge network exists and if does not it creates a reaper_default
            network and ensure that container is attached to the reaper_default network.
@gianarb
Copy link
Collaborator

gianarb commented Sep 18, 2020

Very good! Thank you for that

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