aboutsummaryrefslogtreecommitdiff
path: root/docker
Commit message (Collapse)AuthorAgeFilesLines
* test-in-docker: Support for multiple ZSH versionsChristian Höltje2017-07-1215-12/+124
| | | | | -z --zsh can specify one of the versions of ZSH we can get from centos and ubuntu
* test-in-docker: quickly test frameworks in dockerChristian Höltje2017-07-1231-0/+235
This adds `./test-in-docker` for quickly playing with various frameworks. All the containers are based off Ubuntu 14.04 which has ZSH 5.0.2. Thanks to @dritter for figuring out all the framework installation methods.