docs.docker.jp icon indicating copy to clipboard operation
docs.docker.jp copied to clipboard

Dockerドキュメント日本語化プロジェクト ,Docker Documentation Translate Project for ja-jp

Results 59 docs.docker.jp issues
Sort by recently updated
recently updated
newest added

最新のドキュメントへの対応作業用: - ドキュメントの情報を最新版に追従 - 古くなったドキュメントの削除

https://docs.docker.jp/engine/reference/builder.html#healthcheck にコマンドのステータスコードについての説明があるのですが、以下のように表示されています。 ![スクリーンショット 2023-08-08 123149](https://github.com/zembutsu/docs.docker.jp/assets/8174597/af80c4e6-e16b-4605-b690-c5f061f76d9f) おそらく1,2についてもそれぞれ「障害」に「unhealthy」とルビ、「予約済み」に「reserved」とルビとなるはずではないのかと思います。

# クィックスタート: Compose と Rails > プロジェクトの定義のDockerfileで指定の通りに記述を行うが、ビルドエラーが発生 表題の通りビルドエラーが発生します。画像を添付します。 [エラーの様子](https://drive.google.com/file/d/1mTU4ScHY6xBoluVnrtQiTEF_wIc0l7vv/view?usp=sharing) RubyのDockerHubを見ると、指定されたバージョン(ruby:2.3.3)がサポートされてないように見受けられます https://hub.docker.com/_/ruby?tab=tags&page=1&name=2.3.3-buster

I found typo about `compose` and fixed it.

 翻訳助かっております。  reStructuredText のシンタックス修正しました。  お手隙でご確認お願いします。

### 06_bind_mounts.rst L215~230 #### 現状 ``` **Mac / Linux** .. code-block:: bash $ docker run -dp 127.0.0.1:3000:3000 \ -w /app --mount type=bind,src="$(pwd)",target=/app \ node:18-alpine \ sh -c "yarn install &&...