HN user

chanezon

13 karma

Member of technical staff at Docker

Posts0
Comments6
View on HN
No posts found.

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

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.