This repository shows example configurations in several scenarios. The scenarios build upon each other, so you can follow them in order to learn how to configure the gateway with Docker from the ground up, or you can jump directly to the scenario you are interested in.
These tutorials require that you have Docker and Docker Compose installed. If this is your first time using Docker follow the Docker Getting Started Guides for Mac, Linux, or Windows.
These tutorials also require that the Docker host machine is addressable via kaazing.example.com. To do this, add an entry to your hosts file for kaazing.example.com that points to your Docker host's IP address. For example, if you are using Docker Machine, you can get the IP address with this command: docker-machine ip
.
Each subdirectory contains a scenario listed below and provides instructions on how to run the setup locally.