We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fd4cb commit 2708434Copy full SHA for 2708434
1 file changed
docs/connecting-to-cluster.md
@@ -9,7 +9,7 @@
9
- Pull this image:
10
`ghcr.io/spwoodcock/awscli-kubectl`
11
- Then create an alias:
12
- `alias aws-shell='docker run --rm -it -v /home/sam:/root --workdir /root ghcr.io/spwoodcock/awscli-kubectl:latest'`
+ `alias aws-shell='docker run --rm -it -v $HOME:/root --workdir /root ghcr.io/spwoodcock/awscli-kubectl:latest'`
13
- Simply run `aws-shell` before continuing below.
14
15
## Configure AWS CLI
0 commit comments