Skip to content

Commit

Permalink
readme: add intruction to install nydus-snapshotter
Browse files Browse the repository at this point in the history
Signed-off-by: Changwei Ge <[email protected]>
  • Loading branch information
changweige committed Feb 11, 2022
1 parent ae4204e commit 5d91d48
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,13 @@ Please follow instructions to [configure nydus](./docs/configure_nydus.md) confi

Nydus-snapshotter is implemented as a [proxy plugin](https://github.com/containerd/containerd/blob/04985039cede6aafbb7dfb3206c9c4d04e2f924d/PLUGINS.md#proxy-plugins) (`containerd-nydus-grpc`) for containerd.

A example of starting nydus-snapshotter:
Assume your server systemd based, install nydus-snapshotter:
```bash
make install
systemctl restart containerd
```

Or you can start nydus-snapshotter manually
```bash
# `nydusd-path` is the path to nydusd binary
# `address` is the domain socket that you configured in containerd configuration file
Expand Down

0 comments on commit 5d91d48

Please sign in to comment.