Skip to content

Commit

Permalink
Update DOCKER_HOST specification.
Browse files Browse the repository at this point in the history
Change-Id: I61c10ba5bff8390735c25211824f6f6901bfa809
  • Loading branch information
stepheng-axis committed Mar 28, 2024
1 parent 4a42756 commit 62d5dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dockerdwrapperwithcompose.c
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ main(void)
APP_DIRECTORY);

char docker_host[256];
sprintf(docker_host, "unix://run/user/%d/docker.sock", (int)uid);
sprintf(docker_host, "unix:///var/run/user/%d/docker.sock", (int)uid);

char xdg_runtime_dir[256];
sprintf(xdg_runtime_dir, "/run/user/%d", (int)uid);
Expand Down

0 comments on commit 62d5dc4

Please sign in to comment.