Start and dive into the container
docker run -it --rm devops-toolkit:latestCongrats! You now in the container and able to run the tooling sample inside toolkit, the console will look like:
root@05cf97a07b19:~#python3 samples/python/rectangle_area_calculator.pyansible-playbook samples/ansible/check_os.yml# Navigate to Terraform sample
pushd samples/terraform/basic
# Init the terraform
terraform init
# Apply change, select 'yes' to confirm
terraform apply
# Once done, destroy the infra, select 'yes' to confirm
terraform destroy
popd- TODO
- TODO
- TODO
- TODO