terra-ops / terra-cli

The Terra Command Line Interface
http://terra.readthedocs.org
GNU General Public License v2.0
48 stars 17 forks source link

Research using `docker build` as an optional deploy method #61

Open jonpugh opened 8 years ago

jonpugh commented 8 years ago

I think it is inevitable that we automate building containers and not just mounting volumes and setting environment variables.

We are already calling "docker-compose" and "docker" directly for things, so maybe we need to start using docker build in our process.

The reasons are:

We would need to maintain the option of using mounted volumes for development purposes, so that edits to code are visible live in the container.