Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 226 Bytes

File metadata and controls

10 lines (8 loc) · 226 Bytes

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