Files
big-bear-scripts/get-docker-logs/README.md
2023-10-10 19:00:15 -05:00

10 lines
218 B
Markdown

## Why?
This is a handy script to get the Docker container logs.
## How to use?
```bash
bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/get-docker-logs/run.sh)"
```