Skip to content

Commit

Permalink
tryfix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Apr 17, 2024
1 parent e51a3ad commit 2033a7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dnscheck/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ def check_dns_in_cluster() -> List[ContainerNetworkTableResult]:
[
"docker",
"run",
# use log driver local to improve log output situation on non default log drivers #5
"--log-driver",
"local",
"--network",
f"container:{container_network_table.container_id}",
"--env",
Expand Down

0 comments on commit 2033a7a

Please sign in to comment.