We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517c2ba commit c8c7029Copy full SHA for c8c7029
deb/containerd/debian/containerd.install
@@ -1,3 +1,4 @@
1
+usr/bin/ctr usr/bin/
2
usr/bin/containerd usr/bin/
3
usr/bin/containerd-shim usr/bin/
4
usr/bin/containerd-shim-runc-v1 usr/bin/
deb/containerd/debian/rules
@@ -8,6 +8,8 @@ build:
8
9
binary:
10
mkdir -p usr/bin
11
+ cp ctr usr/bin/ctr
12
+ chmod +x usr/bin/ctr
13
cp containerd usr/bin/containerd
14
chmod +x usr/bin/containerd
15
cp containerd-shim usr/bin/containerd-shim
0 commit comments