Docker image for my PyConWeb 2019 workshop
365
Introduction to Terraform for managing web infrastructures.
Before trying to go further, you first need to install a couple of requirements:
Docker, Docker Compose and Terraform_,Python-OpenStackClient_ (recommended, to check you can connect to OpenStack),Kubectl_ (optional, only if we have enough time to play with Kubernetes...)... _Docker: https://www.docker.com/ .. _Docker Compose: https://docs.docker.com/compose/ .. _Kubectl: https://github.com/kubernetes/kubectl .. _Python-OpenStackClient: https://pypi.org/project/python-openstackclient/ .. _Terraform: https://www.terraform.io/
After what, you will be able to set-up the project with::
docker-compose build
First, run the demo server in the foreground::
docker-compose up
You can now access to the web API on http://localhost:5000/
If you prefer to run the server on a different port, try that instead::
DEMO_PORT= docker-compose up
To run the tests::
docker-compose -f docker-compose.test.yml run sut
It depends on what you want, and how fast we will be:
But for now, just raise your hand and say "Я закончил!".
Content type
Image
Digest
Size
113.2 MB
Last updated
over 7 years ago
docker pull arugifa/pyconweb-2019-workshop