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

experimenting with docker api #133

Closed
wants to merge 4 commits into from
Closed

Conversation

jarlah
Copy link
Member

@jarlah jarlah commented Oct 3, 2024

  • Copy over the necessary parts from docker_engine_api
  • Make some more tests

@jarlah jarlah marked this pull request as draft October 3, 2024 19:29
@@ -162,7 +165,7 @@ defmodule Testcontainers.Docker.Api do
end

def get_bridge_gateway(conn) do
case Api.Network.network_inspect(conn, "bridge") do
case Testcontainers.Docker.Impl.network_inspect(conn, "bridge") do
Copy link
Member Author

Choose a reason for hiding this comment

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

this is the current experimentation

@jarlah jarlah closed this Nov 3, 2024
@jarlah jarlah deleted the docker_api_experimentation branch November 3, 2024 20:32
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.

1 participant