update doc for make command

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2019-05-08 09:57:13 +05:30 committed by mergify[bot]
parent 74ad010d85
commit 6fc741199b
2 changed files with 7 additions and 6 deletions

View File

@ -8,13 +8,14 @@ and attach and mount existing ones to workloads.
CSI CephFS plugin can be compiled in the form of a binary file or in the form
of a Docker image.
When compiled as a binary file, the result is stored in `_output/`
directory with the name `cephfsplugin`.
When compiled as an image, it's stored in the local Docker image store.
directory with the name `cephcsi`.
When compiled as an image, it's stored in the local Docker image store
with name `cephfsplugin`.
Building binary:
```bash
make cephfsplugin
make cephcsi
```
Building Docker image:

View File

@ -7,13 +7,13 @@ attach and mount those to workloads.
CSI RBD plugin can be compiled in a form of a binary file or in a form of a
Docker image. When compiled as a binary file, the result is stored in
`_output/` directory with the name `rbdplugin`. When compiled as an image, it's
stored in the local Docker image store.
`_output/` directory with the name `cephcsi`. When compiled as an image, it's
stored in the local Docker image store with name `rbdplugin`.
Building binary:
```bash
make rbdplugin
make cephcsi
```
Building Docker image: