Project

General

Profile

Feature #3333

Updated by Tom Clegg over 9 years ago

Features useful for development: 
 * Run tests without interfering with other (Run run-tests.sh in a fresh container?) 
 * Change source files (and build executables like keepstore) without rebuilding containers 

 Features useful for distribution/trial/reproducibility: 
 * Pull images and start containers quickly (skip the build process) 
 * Change configuration (site secrets) without rebuilding images 
 * Persist the database and keep volumes, but use disposable containers 

Back