Skip to content

Instantly share code, notes, and snippets.

@maraca
Created April 22, 2014 20:59
Show Gist options
  • Save maraca/11194100 to your computer and use it in GitHub Desktop.
Save maraca/11194100 to your computer and use it in GitHub Desktop.
D ------Exception-------
D Class: Kitchen::UserError
D Message: You must first install the Docker CLI tool http://www.docker.io/gettingstarted/
D ---Nested Exception---
D Class: Kitchen::ShellOut::ShellCommandFailed
D Message: Expected process to exit with [0], but received '1'
---- Begin output of sudo -E docker > /dev/null ----
STDOUT:
STDERR: sudo: no tty present and no askpass program specified
---- End output of sudo -E docker > /dev/null ----
Ran sudo -E docker > /dev/null returned 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment