Skip to content

Commit 25d5291

Browse files
authored
Merge pull request #39924 from Arhell/ja-snippet
[ja] Change shell to console for code snippet
2 parents 1d1743a + 1d0a0b7 commit 25d5291

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/ja/docs/tasks/configure-pod-container/configure-volume-storage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ weight: 50
4646

4747
出力は次のようになります:
4848

49-
```shell
49+
```console
5050
NAME READY STATUS RESTARTS AGE
5151
redis 1/1 Running 0 13s
5252
```
@@ -74,7 +74,7 @@ weight: 50
7474

7575
出力はこのようになります:
7676

77-
```shell
77+
```console
7878
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
7979
redis 1 0.1 0.1 33308 3828 ? Ssl 00:46 0:00 redis-server *:6379
8080
root 12 0.0 0.0 20228 3020 ? Ss 00:47 0:00 /bin/bash
@@ -91,7 +91,7 @@ weight: 50
9191

9292
1. 元の端末で、Redis Podへの変更を監視します。最終的には、このようなものが表示されます:
9393

94-
```shell
94+
```console
9595
NAME READY STATUS RESTARTS AGE
9696
redis 1/1 Running 0 13s
9797
redis 0/1 Completed 0 6m

0 commit comments

Comments
 (0)