Manually add the bundle to the tyk-gateway docker container

  1. I have mounted my local machine bundles directory as opt/tyk-gateway/middleware/bundles directory. I have written the rich plugin in python
    Now I can add the bundle file there. How can I configure this bundle file?
  2. Where can I run this the below command when I am using docker containers. for now, I restart the gateway manually docker restart {container_id}
service tyk-gateway-python restart

Can you SSH to your docker container and run your command?

docker exec -ti {container_id} /bin/bash
1 Like

@rbender thanks for the information.
I have tried that. but it is not working because gateway saves their bundle in different name. In your machine, if it is working, could you please send the steps of doing that.