How to run an app in a container inside a volume

Hello

How to run a docker-container which is inside a volume ?

I would like to run the docker-application Chrome inside the volume ‘jessfraz’
So in a terminal, I wrote
$ docker run jessfraz/chrome
the image is download on my host computer
But, the app doesn’t run !

How can I do ?

I know to run the ‘hello-world’-application, you just have to tape in a terminal
$ docker run hello-world
and the app runs automatically

Thanks you

Hi

A good way is always to see if there is any comment on the hub.docker page, in this case there is not
maybe the github page? -nope
the Dockerfile? YES

There is an example here: