Skip to content

Commit 05af698

Browse files
committed
Revert "Add Docker Compose configuration and quick start guide (#34)"
This reverts commit 74e9dbf. Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
1 parent 74e9dbf commit 05af698

2 files changed

Lines changed: 0 additions & 49 deletions

File tree

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -84,28 +84,6 @@ If you want to explicitly specify the docker image, use `ENVOY_IMAGE` environmen
8484
ENVOY_IMAGE=foo-bar-image:latest go test . -v -count=1
8585
```
8686

87-
## Quick Start with Docker Compose
88-
89-
To quickly start the example, you can use `docker-compose` to set up the environment:
90-
91-
```bash
92-
docker-compose up -d
93-
```
94-
95-
This will start the Envoy proxy along with the echo server in the background. Once the setup is complete, you can test the example by running:
96-
97-
```bash
98-
curl localhost:1062/uuid
99-
```
100-
101-
This command tests the passthrough and access log filters. If the setup is successful, you should see a response like:
102-
103-
```
104-
Hello from echo server
105-
```
106-
107-
You can also explore other endpoints defined in the `envoy.yaml` configuration.
108-
10987
[5b88f941da971de57f29286103c20770811ec67f]: https://github.com/envoyproxy/envoy/tree/5b88f941da971de57f29286103c20770811ec67f
11088
[Envoy]: https://github.com/envoyproxy/envoy
11189
[High Level Doc]: https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/advanced/dynamic_modules

docker-compose.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)