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

This commit is contained in:
Anand Sharma
2018-02-25 10:09:41 -05:00
committed by GitHub
parent 52e780a086
commit 77ab88f6eb

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
```
```