Skip to content

Commit 98650e9

Browse files
authored
Create cri-docker.socket
1 parent a0894df commit 98650e9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

scripts/configs/cri-docker.socket

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[Unit]
2+
Description=CRI Docker Socket for the API
3+
PartOf=cri-docker.service
4+
5+
[Socket]
6+
ListenStream=%t/cri-dockerd.sock
7+
SocketMode=0660
8+
SocketUser=root
9+
SocketGroup=docker
10+
11+
[Install]
12+
WantedBy=sockets.target

0 commit comments

Comments
 (0)