Installation of TYK on PCF

With using docker images I did setup on AWS server.
As there are 5 images
tykio/tyk-dashboard
tykio/tyk-gateway
tykio/tyk-pump-docker-pub
redis
mongo

now I want to install it on PCF, so is there any way to create single docker image out of it and it will be installed on PCF?

Its not considered good practice to have multiple processes in one docker image. The trick is to compose them into a working system. You’ll need to use docker compose or whatever PCF uses to compose networks of docker containers.