Skip to content

picosh/pipemgr

Repository files navigation

pipemgr

Send container logs to pipe using a docker image.

To enable, apply the pipemgr label to any service in your docker-compose.yml file:

services:
  httpbin:
    image: kennethreitz/httpbin
    label:
      pipemgr.enable: true

This will send all stdout/stderr from httpbin to pipe or any other SSH service.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages