Contains AWSCLI, bash, git, pip, Python3, Node, npm
244
TAG: Very much a Work In Progress
This Image contains everything necessary to complete the A Cloud Guru - Automating AWS with Python online course: https://acloud.guru/learn/automating-aws-with-python
docker build -t "stevekc/aws_python3_git:0.0.05" .
docker push stevekc/aws_python3_git:0.0.05
docker run -it \
-v "$(pwd)":"/data" \
--name aws \
--env AWS_ACCESS_KEY_ID=<<YOUR_ACCESS_KEY>> \
--env AWS_SECRET_ACCESS_KEY=<<YOUR_SECRET_ACCESS_KEY>> \
--env AWS_DEFAULT_REGION=<<YOUR_AWS_REGION>> \
stevekc/aws_python3_git
The container will be update with any other course requirements If any are discovered whilst taking the course. This build presumes that the user will dev locally using something like atom and share the dev directory with the container's /data directory. Code can be run manually in the container
Content type
Image
Digest
Size
50.2 MB
Last updated
about 8 years ago
docker pull stevekc/aws_python3_git:0.0.05