-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
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:
- I have to pull the image from docker hub to my localhost.
- Enable SSH, change entrypoint, build a new image
- Setup Azure Container Registry
- Push modified image to ACR
- 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
Labels
No labels