docs: add articles

This commit is contained in:
Ubuntu
2026-09-22 16:11:58 +02:00
parent a865ce0d0c
commit 2e70932cf0
10 changed files with 516 additions and 0 deletions
@@ -0,0 +1,12 @@
# docker compose logs
## 基本構文
```
docker compose logs [OPTIONS]... [SERVICE]...
```
- `SERVICE`を省略すると、そのComposeプロジェクトの全サービスが対象になる
## 主なオプション
- `-f`(`--follow`) ... 追従
- `--tail N` ... 末尾N行だけ表示