An open API service indexing awesome lists of open source software.

https://github.com/dio/istio-ingressgateway-docker-compose


https://github.com/dio/istio-ingressgateway-docker-compose

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# istio-ingressgateway docker-compose

Run `istio-ingressgateway` using `docker-compose`.

```
docker-compose down \
&& docker-compose up -d \
&& sleep 5 \
&& curl -H "Host: httpbin.org" localhost:8080/get --verbose
```