E589
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d920518 commit 4d795bdCopy full SHA for 4d795bd
content/pt-br/docs/tasks/configure-pod-container/share-process-namespace.md
@@ -36,7 +36,7 @@ O compartilhamento de namespace de processos é ativado usando o campo `sharePro
36
1. Conecte ao `shell` do contêiner e execute o comando `ps`:
37
38
```shell
39
- kubectl attach -it nginx -c shell
+ kubectl exec -it nginx -c shell -- /bin/sh
40
```
41
42
Se você não vir um prompt de comando, tente pressionar Enter. No shell do Contêiner execute:
0 commit comments