Start CommaFeed with H2 embedded database
masterFor a quick setup, use the latest-h2 image which includes an embedded H2 database. The application will be accessible at http://localhost:8082/.
### docker
`docker run --name commafeed --detach --publish 8082:8082 --restart unless-stopped --volume /path/to/commafeed/data:/commafeed/data --memory 256M athou/commafeed:latest-h2`