File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.3.0 - 2026-03-15
9+ ### Added
10+ - Added ` diagnose ` command.
11+
812## 0.2.0 - 2026-03-08
913### Added
1014- Added ` image ls ` command.
Original file line number Diff line number Diff line change @@ -69,6 +69,12 @@ sudo bash configure-docker-daemon.sh
6969The full path to this executable, including the filename.
7070This variable is required for Azure CLI to properly find this program.
7171
72+ Once the setup is complete, you can use the ` diagnose ` subcommand to verify its correctness.
73+
74+ ``` shell
75+ docksider diagnose
76+ ```
77+
7278## Using with Azure Container Registry
7379
74801 . Log in to your Azure container registry using Azure CLI.
Original file line number Diff line number Diff line change @@ -68,6 +68,12 @@ sudo bash configure-docker-daemon.sh
6868この実行可能ファイルへのフルパス。ファイル名を含みます。
6969この変数は、Azure CLIがこのプログラムを正しく検出するために必要です。
7070
71+ 設定が完了したら、` diagnose ` サブコマンドを使用して正しさを確認できます。
72+
73+ ``` shell
74+ docksider diagnose
75+ ```
76+
7177## Azure Container Registryと使う
7278
73791 . Azure CLIを使用して Azureコンテナレジストリにログインします。
Original file line number Diff line number Diff line change 1- 0.2 .0
1+ 0.3 .0
You can’t perform that action at this time.
0 commit comments