Skip to content

Commit

Permalink
remove unix prefix from the socket path
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatchopra committed Oct 3, 2019
1 parent 052cdfe commit f0fd580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/state-container-toolkit/0400_container_toolkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
containers:
- image: nvidia/container-toolkit:docker19.03
command: ["/work/run.sh"]
args: ["/run/nvidia", "unix://var/run/docker.sock"]
args: ["/run/nvidia", "/var/run/docker.sock"]
imagePullPolicy: IfNotPresent
name: nvidia-container-toolkit-ctr
securityContext:
Expand Down

0 comments on commit f0fd580

Please sign in to comment.