Skip to content

Commit

Permalink
saved changes to DockerClient this time
Browse files Browse the repository at this point in the history
  • Loading branch information
lhhunghimself committed Jan 25, 2024
1 parent 8e5ac6d commit 21ded60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coreutils/DockerClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def __init__(self, url, name):
self.url = url
self.name = name
self.cli = APIClient(base_url=url)
command = "awk -F'/docker/containers/|/resolv.conf' '$2!=\"\" {print $2; exit}' /proc/self/mountinfo"
command = "awk -F'/containers/|/resolv.conf' '$2!=\"\" {print $2; exit}' /proc/self/mountinfo"
outputString=str(subprocess.check_output(
command,
shell=True,
Expand Down

0 comments on commit 21ded60

Please sign in to comment.