mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Fix the installation of nsinit
This commit is contained in:
parent
e472752ff9
commit
a779102924
@ -16,7 +16,7 @@
|
||||
|
||||
export GOPATH=/var/nsinit
|
||||
mkdir -p $GOPATH
|
||||
go get github.com/docker/docker/vendor/src/github.com/docker/libcontainer/nsinit/nsinit
|
||||
go get github.com/docker/docker/vendor/src/github.com/docker/libcontainer/nsinit
|
||||
if [ ! -e /usr/sbin/nsinit ]; then
|
||||
ln -s /var/nsinit/bin/nsinit /usr/sbin/nsinit
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user