Take a folder with a Dockerfile and shoot it in the cloud with a drop kick :)
This leverages the Terraform CDK to provide an abstraction over docker registries and serverless Container runtimes of public Cloud providers. Currently it supports AWS and Google Cloud.
- Terraform >= 0.12
- Node >= 10.12
- Docker
- An AWS or Google Cloud Account
If you're using AWS, please make sure that valid credentials are set in your ENV
In case of Google Cloud, the example expects a valid login, e.g. gcloud auth application-default login
npx docker-drop-kick --target aws ./folder
yarn examples:aws:deploy
yarn examples:google:deploy
Photo by Sven Kucinic on Unsplash