Skip to content

Commit

Permalink
fix logger issue (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: lauragrechenko <laura.grechenko@erlang-solutions.com>
  • Loading branch information
lauragrechenko and lauraesl authored Nov 8, 2024
1 parent 9b243ba commit ebd7273
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/docker/containers.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ defmodule Docker.Containers do
@moduledoc false
alias Docker.WaitStrategy

require Logger

def create(container_config, name \\ nil) do
Docker.Api.create_container(container_config, name)
end
Expand Down

0 comments on commit ebd7273

Please sign in to comment.