I want to deploy a docker image to Diego that listens on an arbitrary port (not 8080). I am trying to deploy Redis. Since CF only supports container port 8080, I can't use the diego-cli cf plugin to push docker images.
The documentation on docker support describes architecture and concepts but makes a lot of assumptions that CC is the client, and is of little practical help in crafting the DesiredLRPCreateRequest.
Looking at /v1/desired_lrps after using diego-cli-plugin to push a docker image, there is a lot of configuration but no way to know what is absolutely necessary.
Please document instructions for deploying a basic docker image using only the Receptor API. How about Redis, for example :)