Files
reproxy/examples/docker/README.md
2021-04-10 23:51:12 -05:00

13 lines
319 B
Markdown

# Example of a docker provider
run this example with `docker-compose up` and try to hit containers:
- `curl http://localhost/api/svc1/123`
- `curl http://localhost/api/svc2/345`
- `curl http://localhost/whoami/test`
you can also try the assets server:
- `curl http://localhost/1.html`
- `curl http://localhost/`