Skip to content

Commit ff5e337

Browse files
authored
Merge pull request #3929 from norio-nomura/fix-docker-rootful-docker.socket-override.conf
`docker-rootful.yaml`: Fix path to `/etc/systemd/system/docker.socket.d/override.conf`
2 parents 3db7ced + 75d0c7b commit ff5e337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/docker-rootful.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ provision:
3333
export DEBIAN_FRONTEND=noninteractive
3434
curl -fsSL https://get.docker.com | sh
3535
- mode: yq
36-
path: /etc/systemd/system/docker.service.d/override.conf
36+
path: /etc/systemd/system/docker.socket.d/override.conf
3737
format: ini
3838
expression: .Socket.SocketUser="{{.User}}"
3939
- mode: yq

0 commit comments

Comments
 (0)