We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0615d2d commit a615dc5Copy full SHA for a615dc5
container-deployment/install-by-docker.md
@@ -72,7 +72,7 @@ $ docker run -p 9880:9880 -v $(pwd)/tmp:/fluentd/etc fluent/fluentd:edge-debian
72
Use `curl` command to post sample logs via HTTP like this:
73
74
```text
75
-$ curl -X POST -d 'json={"json":"message"}' http://localhost:9880/sample.test
+$ curl -X POST -d 'json={"json":"message"}' http://127.0.0.1:9880/sample.test
76
```
77
78
Use `docker ps` command to retrieve container ID and use `docker logs` command to check the specific container's log like this:
0 commit comments