Skip to content

Commit b83cd00

Browse files
committed
(ja) Update README.ja.md
1 parent 4ccacf1 commit b83cd00

File tree

1 file changed

+28
-27
lines changed

1 file changed

+28
-27
lines changed

README.ja.md

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ docker-compose -v
114114
docker version
115115
```
116116

117-
Docker バージョン 18.03 以降と Docker Compose 1.29 以上を使用していることを確認
117+
Docker バージョン 20.10 以降と Docker Compose 1.29 以上を使用していることを確認
118118
し、必要に応じてアップグレードしてください。
119119

120120
<a name="starting-the-containers"></a>
@@ -167,9 +167,10 @@ docker network rm fiware_default
167167

168168
## オプション 2) Docker Compose を使用
169169

170-
すべてのサービスは、 `docker-compose` コマンドを使ってコマンドラインから初期化す
171-
ることができます。リポジトリを複製し、以下のコマンドを実行して必要なイメージを作
172-
成してください :
170+
すべてのサービスは、`docker compose` コマンド、または、[Compose V2](https://docs.docker.com/compose/cli-command/)
171+
にある新しい `docker compose` コマンド (ハイフンなし `-`) を使用してコマンドラインから初期化
172+
できます。次のようにコマンドを実行して、リポジトリのクローンを作成し、必要なイメージを作成
173+
してください:
173174

174175
```console
175176
git clone https://github.com/FIWARE/tutorials.Getting-Started.git
@@ -213,26 +214,26 @@ curl -X GET \
213214

214215
```json
215216
{
216-
"orion" : {
217-
"version" : "3.0.0",
218-
"uptime" : "0 d, 0 h, 17 m, 19 s",
219-
"git_hash" : "d6f8f4c6c766a9093527027f0a4b3f906e7f04c4",
220-
"compile_time" : "Mon Apr 12 14:48:44 UTC 2021",
221-
"compiled_by" : "root",
222-
"compiled_in" : "f307ca0746f5",
223-
"release_date" : "Mon Apr 12 14:48:44 UTC 2021",
224-
"machine" : "x86_64",
225-
"doc" : "https://fiware-orion.rtfd.io/en/3.0.0/",
226-
"libversions": {
227-
"boost": "1_66",
228-
"libcurl": "libcurl/7.61.1 OpenSSL/1.1.1g zlib/1.2.11 nghttp2/1.33.0",
229-
"libmicrohttpd": "0.9.70",
230-
"openssl": "1.1",
231-
"rapidjson": "1.1.0",
232-
"mongoc": "1.17.4",
233-
"bson": "1.17.4"
234-
}
235-
}
217+
"orion": {
218+
"version": "3.0.0",
219+
"uptime": "0 d, 0 h, 17 m, 19 s",
220+
"git_hash": "d6f8f4c6c766a9093527027f0a4b3f906e7f04c4",
221+
"compile_time": "Mon Apr 12 14:48:44 UTC 2021",
222+
"compiled_by": "root",
223+
"compiled_in": "f307ca0746f5",
224+
"release_date": "Mon Apr 12 14:48:44 UTC 2021",
225+
"machine": "x86_64",
226+
"doc": "https://fiware-orion.rtfd.io/en/3.0.0/",
227+
"libversions": {
228+
"boost": "1_66",
229+
"libcurl": "libcurl/7.61.1 OpenSSL/1.1.1g zlib/1.2.11 nghttp2/1.33.0",
230+
"libmicrohttpd": "0.9.70",
231+
"openssl": "1.1",
232+
"rapidjson": "1.1.0",
233+
"mongoc": "1.17.4",
234+
"bson": "1.17.4"
235+
}
236+
}
236237
}
237238
```
238239

@@ -732,8 +733,8 @@ curl -G -X GET \
732733

733734
# 次のステップ
734735

735-
アドバンス機能を追加するアプリをもっと複雑にする方法を知りたいですか? このシリ
736-
ーズの他のチュートリアルを読むことで、学ぶことができます。
736+
高度な機能を追加することで、アプリケーションに複雑さを加える方法を知りたいですか?
737+
このシリーズの他のチュートリアルを読むことで見つけることができます :
737738

738739
&nbsp; 101. [Getting Started](https://github.com/FIWARE/tutorials.Getting-Started)<br/> &nbsp; 102.
739740
[Entity Relationships](https://github.com/FIWARE/tutorials.Entity-Relationships)<br/> &nbsp; 103.
@@ -830,4 +831,4 @@ curl -G -X GET \
830831

831832
## License
832833

833-
[MIT](LICENSE) © 2018-2021 FIWARE Foundation e.V.
834+
[MIT](LICENSE) © 2018-2022 FIWARE Foundation e.V.

0 commit comments

Comments
 (0)