https://github.com/psalias2006/dockerLogs
Log multiple Docker containers on the same host
https://github.com/psalias2006/dockerLogs
bash docker logging script
Last synced: 5 months ago
JSON representation
Log multiple Docker containers on the same host
- Host: GitHub
- URL: https://github.com/psalias2006/dockerLogs
- Owner: psalias2006
- Created: 2020-05-12T10:51:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T12:16:12.000Z (over 5 years ago)
- Last Synced: 2024-12-13T01:34:33.235Z (about 1 year ago)
- Topics: bash, docker, logging, script
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 23
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dockerLogs
[](https://www.gnu.org/software/bash/)
dockerLogs.sh is a simple bash script to log multiple docker containers on the same host
## Usage
```bash
./dockerLogs.sh
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)
Based on the [answer by @nate](https://stackoverflow.com/questions/32076878/logging-solution-for-multiple-containers-running-on-same-host/38308974#38308974)