Skip to content

Commit 5ea31be

Browse files
authored
Update container-debug-console.md
1 parent 0fb0644 commit 5ea31be

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)