Sign inSign up

stevekc/aws_python3_git

By stevekc

Updated about 8 years ago

Contains AWSCLI, bash, git, pip, Python3, Node, npm

Image
0

244

stevekc/aws_python3_git repository overview

Tools for A Cloud Guru - Automating AWS with Python online course

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

build:
docker build -t "stevekc/aws_python3_git:0.0.05" .
push:
docker push  stevekc/aws_python3_git:0.0.05
launch:
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

Tag summary

Content type

Image

Digest

Size

50.2 MB

Last updated

about 8 years ago

docker pull stevekc/aws_python3_git:0.0.05