Skip to content

Commit

Permalink
configure.rst の typo 修正 (dirver -> driver) (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
koba-e964 committed Feb 10, 2022
1 parent 18e1e00 commit 1f75f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/container/logging/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Docker デーモンにおける現在のデフォルトのロギング・ドラ

.. nWhen you start a container, you can configure it to use a different logging driver than the Docker daemon’s default, using the --log-driver flag. If the logging driver has configurable options, you can set them using one or more instances of the --log-opt <NAME>=<VALUE> flag. Even if the container uses the default logging driver, it can use different configurable options.
コンテナの起動時に ``--log-dirver`` を使えば、Docker デーモンのデフォルト設定とは異なるロギング・ドライバを指定できます。ロギング・ドライガに設定可能なオプションがあれば、1つまたは複数の項目を ``--log-opt <名前>=<値>`` フラグで指定できます。もしもコンテナがデフォルトのロギング・ドライバを使用する場合でも、異なる設定可能なオプションを指定できます。
コンテナの起動時に ``--log-driver`` を使えば、Docker デーモンのデフォルト設定とは異なるロギング・ドライバを指定できます。ロギング・ドライガに設定可能なオプションがあれば、1つまたは複数の項目を ``--log-opt <名前>=<値>`` フラグで指定できます。もしもコンテナがデフォルトのロギング・ドライバを使用する場合でも、異なる設定可能なオプションを指定できます。

.. The following example starts an Alpine container with the none logging driver.
Expand Down

0 comments on commit 1f75f93

Please sign in to comment.