0

enter image description here

We have an SSH connection to our Docker container in an Azure App Service. How do we access the file system? We have tried dir and ls. There appear to be no files or directories in the container, even though the container is actively running a live Django site.

Shaun Luttin
  • 727
  • 3
  • 7
  • 11

1 Answers1

2

I tried to recreate what you did in the Bash console and I got similar results. With no D directory being available. Screenshots

But I was able to do:

cd /

and

cd ../

And see and access parent folders. More Screenshots

Also, here's the link for the bashshell in kudu if needed: https://.scm.azurewebsites.net/DebugConsole/Default.cshtml

user9975441
  • 305
  • 1
  • 9