Completely unofficial PoC images of the Tyk Gateway based on Alpine
1.4K
Popular tags
1.13-rc-alpine-grpc-2.8.3 - experimental, built with 1.13-rc version of go
alpine-grpc-2.8.3 - current latest
Create a network:
docker network create mytyk
Start a redis server:
docker run -itd --rm --name redis --network mytyk -p 127.0.0.1:6379:6379 redis:4.0-alpine redis-server --appendonly yes
Start the gateway:
docker run -it --name tyk_gateway --rm -e "TYK_GW_STORAGE_HOST=redis" mangomm/tyk-gateway:alpine-grpc-2.7.3
For customisation options, please review gateway environment variables:
https://tyk.io/docs/configure/gateway-env-variables/
Python & Lua have been disabled for these images.
Content type
Image
Digest
Size
21.5 MB
Last updated
about 5 years ago
docker pull mangomm/tyk-gateway