Deploy jenkins with docker to Rancher service

I have a Dockerfile with installing steps of Jenkins with docker.
I have build a Docker container from this file.
And run it with volume creation from Jenkins home directory.

How to deploy it to Rancher?

I push docker container to DockerHub and deploy Rancher service from it.
But how to connect / deploy Docker volume?