```docker-compose up``` to spin up the rest proxy server.

You can also use the Lenses.io utilities at this point to connect to the rest proxy like so:

```
docker run --rm -it -p 8000:8000 \
   -e "KAFKA_REST_PROXY_URL=http://dev-httpd-myron:8082" \
   -e "PROXY=true" \
   landoop/kafka-topics-ui
```
