Skip to content

Commit 8b0d165

Browse files
committed
Minor edits.
1 parent 32d73c1 commit 8b0d165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/container-debug-console.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ az containerapp debug `
126126

127127
---
128128

129-
## Built-in tools in Debug Console
129+
## Built-in tools in the debug console
130130

131131
The following diagnostic tools are preinstalled to the debug console to help you troubleshoot issues:
132132

@@ -153,7 +153,7 @@ tdnf install -y msopenjdk-17
153153

154154
---
155155

156-
## Scenario - Accessing container's file system via Debug Console
156+
## Accessing a container's file system in the debug console
157157

158158
By default, the debug console runs as the root user. You can access your container's file system through the `/proc/1/cwd/` directory. If your container doesn't run as the root user, run the following command before accessing the `/proc/1/cwd/` directory, or you'll get a permission denied error.
159159

0 commit comments

Comments
 (0)