Skip to content

Commit

Permalink
♻️ fix
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <kyukawa315@gmail.com>
  • Loading branch information
vankichi committed Jun 30, 2020
1 parent 66846bd commit 2ea4562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/agent-on-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This chapter will use NGT for the core engine of Vald Agent.
1. Create `config.yaml`

The configuration of Vald agent for docker is set using `config.yaml`<br>
You can also check [the sample](https://github.com/vdaas/vald/blob/master/cmd/agent/core/ngt/sample.yaml).
You can also check [the sample configuration](https://github.com/vdaas/vald/blob/master/cmd/agent/core/ngt/sample.yaml).

```bash
cat << EOF > config.yaml
Expand Down Expand Up @@ -153,5 +153,5 @@ This chapter will use NGT for the core engine of Vald Agent.
1. Clean Up
Remove the Vald Agent docker via `Ctrl+C`.
Stop the Vald Agent docker instance via `Ctrl+C`.

0 comments on commit 2ea4562

Please sign in to comment.