Skip to content

Commit 8d620e1

Browse files
committed
fix style typo: remove unnecessary $
1 parent e6d3b28 commit 8d620e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/configure-pod-container/security-context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ kubectl exec -it security-context-demo -- sh
191191
Check the process identity:
192192

193193
```shell
194-
$ id
194+
id
195195
```
196196

197197
The output is similar to this:
@@ -207,7 +207,7 @@ inside the container image.
207207
Check the `/etc/group` in the container image:
208208

209209
```shell
210-
$ cat /etc/group
210+
cat /etc/group
211211
```
212212

213213
You can see that uid `1000` belongs to group `50000`.

0 commit comments

Comments
 (0)