Skip to content

Docker CLI from KuduLite #262

@kedzior-io

Description

@kedzior-io

Are there any plans to enable Docker CLI from KuduLite?

I use Azure App Service with image hosted on docker hub. The container has no SSH enabled and yes I know there is a way to enable it and it is well documented but it means:

  1. I have to pull the image from docker hub to my localhost.
  2. Enable SSH, change entrypoint, build a new image
  3. Setup Azure Container Registry
  4. Push modified image to ACR
  5. Configure Azure App Service to pull from ACR

All that just to inspect something within the container whereas with CLI enabled I could just go to Kudu and

docker exec -t -i mycontainer /bin/bash

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions