Wednesday, June 11, 2025

aws-cli from docker

Yesterday I managed to connect to aws-cli from within a docker container.
This was useful guide

Note to self when mounting volumes to docker in windows paths muct be absolute
docker run --rm -it -v C:/my-project-dir/.aws:/root/.aws --entrypoint /bin/sh amazon/aws-cli

No comments: