Skip to content

Commit b5de0c3

Browse files
author
Hai Chang
committed
Add the endpoint config
1 parent a0ef17b commit b5de0c3

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ RUN rm -f crictl.tar.gz
55
RUN chmod +x /usr/local/bin/crictl
66

77
ADD cleanup /etc/periodic/hourly
8+
ADD crictl.yaml /etc/crictl.yaml
89

910
CMD [ "/bin/sh", "-c", "crond -f"]
10-

crictl.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
runtime-endpoint: "unix:///run/containerd/containerd.sock"

run-locally.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)