Skip to content

Commit

Permalink
Update runtime-proxy.md (#167)
Browse files Browse the repository at this point in the history
Signed-off-by: Shida Qiu <shidaqiu2018@gmail.com>
  • Loading branch information
SataQiu authored Apr 3, 2024
1 parent 4023b72 commit d12a685
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/designs/runtime-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,8 @@ Firstly, please make sure your runtime backend is containerd or dockerd.
Under containerd scenario, koord-runtime-proxy can be setup with command:
```
koord-runtime-proxy --remote-runtime-service-endpoint=<runtime sockfile path>
--remote-image-service-endpoint=<image sockfile path>
```
If containerd listening CRI request on default /var/run/koord-runtimeproxy/runtimeproxy.sock, koord-runtime-proxy can be setup by:
If containerd listening CRI request on default /var/run/containerd/containerd.sock, koord-runtime-proxy can be setup by:
```
koord-runtime-proxy
```
Expand Down

0 comments on commit d12a685

Please sign in to comment.