Skip to content

Commit 523bd22

Browse files
committed
feature: Support for remote docker host
1 parent 593b511 commit 523bd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/local/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def get_docker_host():
139139
Args:
140140
141141
Returns:
142-
docker_host (str): Docker host DNS or IP
142+
docker_host (str): Docker host DNS or IP address
143143
"""
144144
docker_context_string = os.popen("docker context inspect").read()
145145
docker_context_host_url = json.loads(docker_context_string)[0]['Endpoints']['docker']['Host']

0 commit comments

Comments
 (0)