Skip to content

docs: Go Docker セクションを serve サブコマンドに合わせて更新 - #334

Merged
ayutaz merged 2 commits into
devfrom
docs/go-docker-readme
Apr 9, 2026
Merged

docs: Go Docker セクションを serve サブコマンドに合わせて更新#334
ayutaz merged 2 commits into
devfrom
docs/go-docker-readme

Conversation

@ayutaz

@ayutaz ayutaz commented Apr 9, 2026

Copy link
Copy Markdown
Owner

Summary

変更点

Before After
--model, --text, --output -m, -t, -f
--server --host 0.0.0.0 --port 8080 serve --addr :8080
説明文にOpenJTalk/ORT言及なし OpenJTalk日本語G2P + ORT 1.24.4 を明記
エンドポイントテスト例なし curl テスト例を追加

Test plan

  • ドキュメントのみの変更のため、CIビルドへの影響なし

- CLI モード: --model/--text/--output → -m/-t/-f (実際のフラグに修正)
- サーバーモード: --server --host --port → serve --addr (serve サブコマンドに修正)
- エンドポイントのテスト例を追加
- OpenJTalk/ORT 1.24.4 の説明を追加
Copilot AI review requested due to automatic review settings April 9, 2026 09:04
@ayutaz ayutaz self-assigned this Apr 9, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

docker/README.md の Go 向け Docker イメージの利用手順を、Go 実装側(serve サブコマンド追加・CLI フラグ体系)と整合するように更新する PR です。Go Docker イメージの説明を最新の依存関係(OpenJTalk 日本語G2P / ONNX Runtime)込みで明確化し、HTTP エンドポイントの簡易テスト手順も追加しています。

Changes:

  • Go セクションの CLI 実行例を -m/-t/-f フラグに更新
  • HTTP サーバーモードを serve --addr :8080 形式に更新
  • OpenJTalk 日本語G2P + ONNX Runtime v1.24.4 の言及と、curl による疎通例を追加

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docker/README.md Outdated
@ayutaz
ayutaz merged commit 0dd125b into dev Apr 9, 2026
42 of 44 checks passed
@ayutaz
ayutaz deleted the docs/go-docker-readme branch April 9, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants