Added --no-same-owner to keep ownership with root

pull/322/head
Anand Sharma 2018-02-25 10:09:41 -05:00 committed by GitHub
parent 52e780a086
commit 77ab88f6eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ sudo tar -xvf cni-plugins-amd64-v0.6.0.tgz -C /opt/cni/bin/
``` ```
``` ```
sudo tar -xvf cri-containerd-1.0.0-beta.1.linux-amd64.tar.gz -C / sudo tar -xvf cri-containerd-1.0.0-beta.1.linux-amd64.tar.gz -C / --no-same-owner
``` ```
``` ```