Skip to content

Commit

Permalink
Merge pull request #4102 from fisuda/patch
Browse files Browse the repository at this point in the history
(JP) ADD doc about Dockerfile.alpine (#4101)
  • Loading branch information
fgalan authored Apr 25, 2022
2 parents 49225df + 1a26898 commit 4d71a8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/README.jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ Orion Context Broker を試してみたいし、データベースについて

`docker build` コマンドのパラメータ `-t orion` は、イメージに名前を付けます。この名前は何でもかまいませんし、`-t org/fiware-orion` のような組織も含めています。この名前は後でイメージに基づいてコンテナを実行するために使用されます。

`docker build` のパラメータ `--build-arg`i はビルド時の変数を設定できます。
上記のステップ3には、2つの Dockerfile が用意されています: Debian ベースの公式のもの (`Dockefile` 自体) と、公式ではありませんが、Alpine をベース・ディストリビューションとして使用する場合の開始点として役立つ `Dockefile.alpine` です。

`docker build` のパラメータ `--build-arg` はビルド時の変数を設定できます。

| ARG | 説明 ||
| --------------- | -------------------------------------------------------------- | ------------------------------- |
Expand Down

0 comments on commit 4d71a8e

Please sign in to comment.