Skip to content

Commit 2708434

Browse files
committed
docs: fix aws instructions to use $HOME dynamically
1 parent 20fd4cb commit 2708434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/connecting-to-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Pull this image:
1010
`ghcr.io/spwoodcock/awscli-kubectl`
1111
- Then create an alias:
12-
`alias aws-shell='docker run --rm -it -v /home/sam:/root --workdir /root ghcr.io/spwoodcock/awscli-kubectl:latest'`
12+
`alias aws-shell='docker run --rm -it -v $HOME:/root --workdir /root ghcr.io/spwoodcock/awscli-kubectl:latest'`
1313
- Simply run `aws-shell` before continuing below.
1414

1515
## Configure AWS CLI

0 commit comments

Comments
 (0)