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.
2 parents 18f04a9 + 4d795bd commit 893236cCopy full SHA for 893236c
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