az confcom acipolicygen -a ./template.json --print-policy --debug

Mukesh Joshi 5 Reputation points
2024-07-13T16:50:33.3933333+00:00

The docker is running but still see docker process not found running the above command

docker.utils.config: Trying paths: ['/Users/user1/.docker/config.json', '/Users/user1/.dockercfg']

docker.utils.config: Found file at path: /Users/user1/.docker/config.json

docker.auth: Found 'auths' section

docker.auth: Found entry (registry='https://index.docker.io/v1/', username='user1078723')

docker.auth: Found 'credsStore' section

cli.azext_confcom.custom: The docker process was not found. Please start Docker.

cli.knack.cli: Event: Cli.PostExecute [

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
878 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Dillon Silzer 57,401 Reputation points
    2024-07-13T19:48:57.41+00:00

    Hi Mukesh,

    Try re-installing docker:

    Stop Docker: Right-click on the Docker icon in the system tray and select "Quit Docker Desktop".

    Uninstall Docker Desktop:

    • Go to "Control Panel" > "Programs" > "Programs and Features".
    • Find Docker Desktop in the list, right-click, and select "Uninstall".
    • Remove Docker Data: Delete the Docker data directory to remove Docker settings and data. By default, this directory is %APPDATA%\Docker (typically C:\Users<your-username>\AppData\Roaming\Docker).

    Download Docker Desktop: Go to the Docker Desktop for Windows page and download the installer.

    Install Docker Desktop: Double-click the downloaded installer (Docker Desktop Installer.exe) and follow the prompts to install Docker Desktop.

    Start Docker: After installation, Docker Desktop should start automatically. If not, you can start it from the Start menu.

    Note: Parts of this was generated using Genai.


    If this is helpful please accept as answer or upvote.

    Best regards,

    Dillon Silzer, Director | Cloudaen.com | Cloudaen Computing Solutions

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.