Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Oct 22, 2024
1 parent c6412ba commit 0163c46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aws-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Source location: https://github.com/polymathrobotics/oci/tree/main/paperspace-cl

Based on https://github.com/aws/aws-cli/blob/v2/docker/Dockerfile

Installing passed releases of the AWS CLI version 2:
Installing past releases of the AWS CLI version 2:
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-version.html
https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst

Expand All @@ -16,9 +16,10 @@ https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst
Obtain an AWS Access Key and Secret Key.

It's probably easiest to share credentials and configuration from host system
to the container. Conrigure
to the container. Configure with the following:

```
mkdir -p $HOME/.aws
docker run -it --rm \
--mount type=bind,source="$HOME/.aws",target=/root/.aws \
docker.io/polymathrobotics/aws-cli configure --profile default
Expand Down

0 comments on commit 0163c46

Please sign in to comment.