Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #846 from Random-Liu/cherrypick-#843-to-1.10
Browse files Browse the repository at this point in the history
Cherrypick #843 to release/1.0
  • Loading branch information
Random-Liu authored Jul 13, 2018
2 parents 1895a01 + ae93222 commit 2cc44d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ curl https://storage.googleapis.com/cri-containerd-release/cri-containerd-${VERS
## Step 2: Install Containerd
If you are using systemd, just simply unpack the tarball to the root directory:
```bash
sudo tar -C / -xzf cri-containerd-${VERSION}.linux-amd64.tar.gz
sudo tar --no-overwrite-dir -C / -xzf cri-containerd-${VERSION}.linux-amd64.tar.gz
sudo systemctl start containerd
```
If you are not using systemd, please unpack all binaries into a directory in your `PATH`, and start `containerd` as monitored long running services with the service manager you are using e.g. `supervisord`, `upstart` etc.
Expand Down
2 changes: 2 additions & 0 deletions hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ set -o pipefail
source $(dirname "${BASH_SOURCE[0]}")/utils.sh
cd ${ROOT}

umask 0022

# BUILD_DIR is the directory to generate release tar.
# TARBALL is the name of the release tar.
BUILD_DIR=${BUILD_DIR:-"_output"}
Expand Down

0 comments on commit 2cc44d9

Please sign in to comment.