Sign inSign up

akashkaveti/log-stream

By akashkaveti

Updated about 7 years ago

Image
0

224

akashkaveti/log-stream repository overview

Remote server Log Stream

Usage:

docker run -v </path/to/file>:</path/to/file/in/container> -p <port>:3000 -e FILE_LOCATION=</path/to/file/in/container> akashkaveti/log-stream:latest
  • Mount the directory where the log file is located
  • Pass env variable FILE_LOCATION, the location of file that needs to streamed.
  • Container runs on 3000 port

Access the server

http://<HOST_IP>:<PORT>

Improvments

  • Supporting scalability
  • Able to support multiple log files
  • Handling big files

Tag summary

Content type

Image

Digest

Size

328.8 MB

Last updated

about 7 years ago

docker pull akashkaveti/log-stream