Skip to content

Commit

Permalink
dont expose get_host method in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Nov 7, 2023
1 parent c739c68 commit 1a733c5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/testcontainers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ defmodule Testcontainers do
{:ok, %{options: options}}
end

@doc """
Get the docker host for the current environment.
This doesnt need to be localhost or 127.0.0.1. It can also be bridge gateway ip.
"""
@doc false
def get_host(name \\ __MODULE__), do: wait_for_call(:get_host, name)

@doc """
Expand Down

0 comments on commit 1a733c5

Please sign in to comment.