Skip to content
vanpeerdevelopment edited this page Jan 14, 2016 · 6 revisions

DWS is a composition of three different containers: database, backend and frontend. Each of these containers is a running instance of a Docker image. The images are built based on Dockerfiles which contain the definition of everything needed in each container. Best practices on writing Dockerfiles can be found here.

Clone this wiki locally