Kong offers a quickstart script that allows you to easily run a local instance of the latest version of Kong Gateway for testing purposes.
To run this quickstart you just need to start Docker and store your Kong license in the KONG_LICENSE_DATA
environment variable. Once this is done, run this command to create the Docker containers for Kong Gateway and its database:
curl -Ls https://get.konghq.com/quickstart | bash -s -- \
-e KONG_LICENSE_DATA
For more information about the configuration used for the quickstart, check out the full script.