File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/pt-br/docs/tasks/configure-pod-container Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ reinicie. Aqui está o arquivo de configuração para o pod:
49
49
50
50
A saída se parece com isso:
51
51
52
- ` ` ` shell
52
+ ` ` ` console
53
53
NAME READY STATUS RESTARTS AGE
54
54
redis 1/1 Running 0 13s
55
55
` ` `
@@ -77,7 +77,7 @@ reinicie. Aqui está o arquivo de configuração para o pod:
77
77
78
78
A saída é semelhante a esta:
79
79
80
- ` ` ` shell
80
+ ` ` ` console
81
81
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
82
82
redis 1 0.1 0.1 33308 3828 ? Ssl 00:46 0:00 redis-server * :6379
83
83
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:
95
95
1. No seu terminal original, preste atenção nas mudanças no Pod do Redis.
96
96
Eventualmente, você vai ver algo assim:
97
97
98
- ` ` ` shell
98
+ ` ` ` console
99
99
NAME READY STATUS RESTARTS AGE
100
100
redis 1/1 Running 0 13s
101
101
redis 0/1 Completed 0 6m
You can’t perform that action at this time.
0 commit comments