Concept and Technologies Resources - larrytalley/codenvy GitHub Wiki

This is our first project using Codenvy, Eclipse Che, Docker, Apache Active MessageQ, Google Protocol Buffers and Vaadin.

Because we are newbies some of the resources that seem vital to us may seem elementary to you.

Docker Docs

Example: I had a lot of trouble understanding that when I added a layer atop someone else's image, the Dockerfile execution wasn't running as root, because the parent image had set the context to a non-root user. Docker Image Author Guidance

It is important to understand Docker images:

Working with Docker Images

Best practices for writing Dockerfiles

Codenvy uses Docker compose functionality to configure/link simultaneous Docker instances, e.g., UI and services.

Derik Chamorro's Common Dockerfile Mistakes

DZone 10 Practical Tips for Day-to-day Docker Usage