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

Mukesh Joshi 0 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 [<function AzCliLogging.deinit_cmd_metadata_logging at 0x104394e00>]

az

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,063 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dillon Silzer 55,881 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