summaryrefslogtreecommitdiff
path: root/.dockerignore
diff options
context:
space:
mode:
authorDaniel Axtens <dja@axtens.net>2016-08-09 14:27:40 +1000
committerStephen Finucane <stephenfinucane@hotmail.com>2016-08-20 20:33:07 +0100
commit1f055c4f88553ac5e38bfff89239cb2c45309a78 (patch)
tree29ec5fd994f15fc03dadebb80471e47c6698a0de /.dockerignore
parentdc6fc4b72226a1381de30da7a68f4755a105db60 (diff)
downloadpatchwork-1f055c4f88553ac5e38bfff89239cb2c45309a78.tar
patchwork-1f055c4f88553ac5e38bfff89239cb2c45309a78.tar.gz
Allow use of Docker for development
This makes it possible to use Docker and docker-compose for development as an alternative to Vagrant. I quite liked vagrant a couple of years ago, but currently: * Trying to install VirtualBox on Ubuntu wants me to disable Secure Boot, and I don't want to do that. * Trying to use the libvirt plugin for vagrant requires I pick from a very small set of possible images, and requires that I install the upstream vagrant rather than the vagrant shipped with Ubuntu 16.04 * I find docker containers faster to work with and more transparent. So I've done the work to make docker work for Patchwork development. This doesn't break or in any way interfere with using Vagrant, it just provides an alternative. It includes support for headless selenium tests using Chromium. Signed-off-by: Daniel Axtens <dja@axtens.net> Reviewed-by: Stephen Finucane <stephenfinucane@hotmail.com>
Diffstat (limited to '.dockerignore')
-rw-r--r--.dockerignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore
new file mode 100644
index 0000000..24473bb
--- /dev/null
+++ b/.dockerignore
@@ -0,0 +1,3 @@
+.vagrant
+docker/db
+