https://github.com/dio/istio-ingressgateway-docker-compose
https://github.com/dio/istio-ingressgateway-docker-compose
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dio/istio-ingressgateway-docker-compose
- Owner: dio
- Created: 2021-11-09T08:52:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T00:12:04.000Z (over 4 years ago)
- Last Synced: 2025-06-25T19:40:31.218Z (about 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```