mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-07-31 01:18:16 -04:00
10 lines
218 B
Markdown
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)"
|
|
```
|