Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker run is broken.. #33

Closed
karcaw opened this issue Oct 28, 2015 · 1 comment
Closed

Docker run is broken.. #33

karcaw opened this issue Oct 28, 2015 · 1 comment
Assignees
Labels

Comments

@karcaw
Copy link

karcaw commented Oct 28, 2015

someone didnt update the docker config for kitchen, here is a fix:

diff --git a/.kitchen-docker.yml b/.kitchen-docker.yml
index 83b2609..b10d128 100644
--- a/.kitchen-docker.yml
+++ b/.kitchen-docker.yml
@@ -93,7 +93,8 @@ suites:
           append_scripts:
            - "export CHEF_IS_AWESOME=1"
            - "echo helloworld > /dev/null"
-          path_append: true
-          path:
-            - "/opt/local/bin"
+          path_prepend:
             - "/opt/local/food/bin"
+          path_append:
+            - "/opt/local/bin"
+
@flaccid flaccid added the bug label Jan 18, 2016
@flaccid flaccid self-assigned this Jan 18, 2016
flaccid added a commit that referenced this issue Jan 18, 2016
@flaccid
Copy link
Contributor

flaccid commented Jan 18, 2016

Thanks for your contribution.

@flaccid flaccid closed this as completed Jan 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants