issues
search
fluent
/
fluent-bit-docker-image
Docker image for Fluent Bit
https://hub.docker.com/r/fluent/fluent-bit/
Apache License 2.0
67
stars
75
forks
source link
Doc: fix docker run command
#2
Closed
nokute78
closed
7 years ago
nokute78
commented
7 years ago
I modified command line sample.
127.0.0.0.1 -> 127.0.0.1
docker -p PORT run -> docker run -p PORT
I modified command line sample.