mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-01 15:55:49 +03:00
13 lines
319 B
Markdown
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/`
|