You can find some preview binaries of docker-app with CNAB support as well as a few simple examples at https://github.com/docker/app#cnab-support-preview
HN user
chanezon
Member of technical staff at Docker
Thank you Luke! I've pushed it on the Moby website https://mobyproject.org/#moby-and-docker
containerd 0.2.4 which is used in Docker 1.12 covers only container execution. This announcement about containerd 1.0 roadmap extends the scope of containerd to make it a full container runtime designed to be embedded in higher level systems.
* scope table: https://github.com/docker/containerd#scope
* roadmap: https://github.com/docker/containerd/blob/master/ROADMAP.md
* new API: https://github.com/docker/containerd/tree/master/api
We've tried Docker for Mac with John Lees-Miller's excellent NodeJS in container development example http://jdlm.info/articles/2016/03/06/lessons-building-node-a... and it works great!
https://github.com/mgreau/docker4dev-tennistour-app is a good example of using Java EE 7 / Angular application to show how to use Docker for Java Development
Arun Gupta wrote many excellent posts on how to use Docker to build Java apps: http://blog.arungupta.me/docker-tooling-eclipse-video/ on Eclipse tooling for Docker, http://blog.arungupta.me/deploy-wildfly-docker-eclipse/using Wildfly
https://github.com/chanezon/docker-tips/tree/master/orchestr... is an example leveraging Docker Compose and swarm for a Spring Boot application.
I hope these helps get you started using containers for development.
https://medium.com/@chanezon/good-post-on-using-docker-cloud... great post, but don't use maven:onbuild for Java projects