Skip to content

Commit 7e79e5b

Browse files
takemi-ohamaclaude
andcommitted
docs: quickstartにDocker Hubイメージ/独自Dockerfileの選択肢を追記
build.context の説明を「標準コンテナを使う場合」に限定し、 公開イメージ参照(image: のみ)や独自Dockerfile(context: .)も 利用可能であることを追記。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 9a4e038 commit 7e79e5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/plugin-dev/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ networks:
8787

8888
**ポイント:**
8989

90-
- `build.context` には `${DEVBASE_ROOT}` ベースのパスを指定する(相対パス禁止)
90+
- 標準コンテナを使う場合は、`build.context` には `${DEVBASE_ROOT}` ベースのパスを指定する(相対パス禁止)。Docker Hub などの公開イメージを利用する場合は `image:` のみを指定し `build:` を省略でき、独自の `Dockerfile``projects/<project>/` 配下に置いて `context: .` で参照することも可能
9191
- `env_file` は3段階の環境変数ファイルを読み込む
9292
- `devbase_net` はdevbaseが管理する共有ネットワーク
9393

0 commit comments

Comments
 (0)