Skip to content

Commit 68d4d81

Browse files
Merge pull request #295574 from CroffZ/CroffZ-patch-1
Update switch user command in ACA debug console
2 parents 8bb2d49 + 5ea31be commit 68d4d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ By default, debug console runs as root user.
161161
You can access `/proc/1` to access container's file system if your container runs as root user. If your container doesn't run as root user, run below command to switch user before accessing `/proc/1` directory, or you'll get a permission denied error.
162162

163163
```bash
164-
switch-to-app-user
164+
switch-user
165165
```
166166

167167
---

0 commit comments

Comments
 (0)