Install Aws Cli In Docker - meiedu.us
meiedu.us › install-aws-cli-in-dockerJan 07, 2022 · Run the official AWS CLI version 2 Docker image. The official AWS CLI version 2 Docker image is hosted on DockerHub in the amazon/aws-cli repository. The first time you use the docker run command, the latest Docker image is downloaded to your computer. Each subsequent use of the docker run command runs from your local copy.
Docker Hub
https://hub.docker.com/r/amazon/aws-cli#!Docker CLI usage. The AWS CLI can be executed from the Docker CLI with the docker run command: $ docker run --rm -it amazon/aws-cli --version. This command will print out the version of the AWS CLI being used in the container. Note that the aws executable was not specified in the docker run command because the entrypoint for the image is ...