docker context update
内容説明 | コンテキストを更新します。 |
---|---|
利用方法 | docker context update [OPTIONS] CONTEXT |
内容説明
既存の context
を更新します。
context create を参照してください。
オプション
オプション | デフォルト | 内容説明 |
---|---|---|
--description | コンテキストの内容説明を設定します。 | |
--docker | Docker のエンドポイントを設定します。 |
利用例
既存コンテキストの更新
$ docker context update \
--description "some description" \
--docker "host=tcp://myserver:2376,ca=~/ca-file,cert=~/cert-file,key=~/key-file" \
my-context