Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 793 Bytes

File metadata and controls

34 lines (24 loc) · 793 Bytes

AWS Cli Latest version with python 3.9.10 and bash 4 available on dockerhub

image

pull from docker hub

docker pull burib/aws-cli-python:3.9.10

build

by default it builds python version 3.9.10

./docker.sh build

but if you want to have a different version you can also pass it as an argument

./docker.sh build 3.10.2

run

by default it runs the image with the python version 3.9.10 in interactive mode
./docker.sh run

# but you can run it with a different version as well by passing the argument

./docker.sh run 3.10.2