Skip to content

Commit f250107

Browse files
committed
[ja] fix style typo
1 parent 0d2b909 commit f250107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ kubectl exec -it security-context-demo -- sh
168168
プロセスのユーザー、グループ情報を確認します。
169169

170170
```shell
171-
$ id
171+
id
172172
```
173173

174174
出力はこのようになります。
@@ -182,7 +182,7 @@ uid=1000 gid=3000 groups=3000,4000,50000
182182
コンテナイメージの`/etc/group`の内容を確認してみましょう。
183183

184184
```shell
185-
$ cat /etc/group
185+
cat /etc/group
186186
```
187187

188188
ユーザー`1000`がグループ`50000`に所属していることが確認できるでしょう。

0 commit comments

Comments
 (0)