Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker CLI from KuduLite #262

Open
kedzior-io opened this issue Jan 25, 2023 · 0 comments
Open

Docker CLI from KuduLite #262

kedzior-io opened this issue Jan 25, 2023 · 0 comments

Comments

@kedzior-io
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant