I0218 15:18:31.623279 67480 proxy.go:36] Starting to serve on localhost:8001
```
...
...
@@ -143,10 +143,10 @@ If you want to build your own docker images, you can set `$DOCKER_HUB_USER` to y
```console
$export DOCKER_HUB_USER=my-docker-id
$ ./examples/update-demo/build-images.sh
$ ./docs/user-guide/update-demo/build-images.sh
```
To use your custom docker image in the above examples, you will need to change the image name in `examples/update-demo/nautilus-rc.yaml` and `examples/update-demo/kitten-rc.yaml`.
To use your custom docker image in the above examples, you will need to change the image name in `docs/user-guide/update-demo/nautilus-rc.yaml` and `docs/user-guide/update-demo/kitten-rc.yaml`.