Merge pull request #584 from chadswen/docker-options-refactor

Docker Options Refactor
This commit is contained in:
Bogdan Dobrelya
2016-12-07 07:57:53 +01:00
committed by GitHub
17 changed files with 131 additions and 85 deletions

View File

@@ -1,2 +0,0 @@
# Deployed by Ansible
DOCKER_OPTS="{% if docker_options is defined %}{{ docker_options }}{% endif %}"