Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 478 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 478 Bytes

Docker Use via Terraform with Rust/Rocket Framework.

Not much to see here but if you want to look, you can:

git clone [email protected]:/nicksort/tf-docker-test

If you need to install Terraform:

brew install terraform

Initialize Terraform locally:

terraform init

Assuming you have Docker set up on your machine:

terraform apply

You can curl your docker host now on port 80 to see the response from the rocket server via nginx.

Enjoy!