Skip to content
/ py-ops Public

A docker container with the latest version of Python and useful DevOps Tools pre-installed

License

Notifications You must be signed in to change notification settings

hunt3ri/py-ops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

py-ops

A docker container running the latest version of Python and a set of useful DevOps tools, namely:

  • Terraform
  • Packer
  • Ansible
  • AWSCLI

Build

To build

docker build -t hunteri/py-ops:latest .
docker tag imageID hunteri/py-ops:0.1
docker push hunteri/py-ops:latest

Running

docker run -dit hunteri/py-ops:latest bash
docker attach <CONTAINER_NAME>