Skip to content

Commit 4db706c

Browse files
committed
[pt] Change shell to console for code snippet
1 parent 5be911c commit 4db706c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ reinicie. Aqui está o arquivo de configuração para o pod:
4949

5050
A saída se parece com isso:
5151

52-
```shell
52+
```console
5353
NAME READY STATUS RESTARTS AGE
5454
redis 1/1 Running 0 13s
5555
```
@@ -77,7 +77,7 @@ reinicie. Aqui está o arquivo de configuração para o pod:
7777

7878
A saída é semelhante a esta:
7979

80-
```shell
80+
```console
8181
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
8282
redis 1 0.1 0.1 33308 3828 ? Ssl 00:46 0:00 redis-server *:6379
8383
root 12 0.0 0.0 20228 3020 ? Ss 00:47 0:00 /bin/bash
@@ -95,7 +95,7 @@ reinicie. Aqui está o arquivo de configuração para o pod:
9595
1. No seu terminal original, preste atenção nas mudanças no Pod do Redis.
9696
Eventualmente, você vai ver algo assim:
9797

98-
```shell
98+
```console
9999
NAME READY STATUS RESTARTS AGE
100100
redis 1/1 Running 0 13s
101101
redis 0/1 Completed 0 6m

0 commit comments

Comments
 (0)