I am running scripts from:
https://www.tutorialspoint.com/docker/docker_storage.htm > Data Volumes
When I want to perform such script:
docker run -d -v /home/docker/demo:/nexus-data --name="volume" sonatype/nexus3
I see on container list that volume container is Up and running but after few seconds it state change to Exited, why?