Skip to content

Instantly share code, notes, and snippets.

@darron
Created March 10, 2014 21:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darron/9474868 to your computer and use it in GitHub Desktop.
Save darron/9474868 to your computer and use it in GitHub Desktop.
Docker 0.9 errors.
2014/03/10 21:22:44 The command [/bin/sh -c mkdir /srv/www] returned a non-zero code: -1
2014/03/10 21:23:05 The command [/bin/sh -c pip install -r requirements.txt] returned a non-zero code: -1
2014/03/10 21:25:11 The command [/bin/sh -c gem install sass bourbon --no-ri --no-rdoc] returned a non-zero code: -1
2014/03/10 21:25:33 The command [/bin/sh -c npm install] returned a non-zero code: -1
2014/03/10 21:25:33 The command [/bin/sh -c npm install harp -g] returned a non-zero code: -1
2014/03/10 21:26:20 The command [/bin/sh -c harp compile] returned a non-zero code: -1
2014/03/10 21:26:20 The command [/bin/sh -c npm install harp -g] returned a non-zero code: -1
2014/03/10 21:26:22 The command [/bin/sh -c npm install hexo -g] returned a non-zero code: -1
2014/03/10 21:28:20 The command [/bin/sh -c jekyll build] returned a non-zero code: -1
2014/03/10 21:28:25 The command [/bin/sh -c cd /srv/www; npm install] returned a non-zero code: -1
2014/03/10 21:29:11 The command [/bin/sh -c mkdir /srv/www/public/logs/ && chmod 777 /srv/www/public/logs/] returned a non-zero code: -1
2014/03/10 21:30:51 The command [/bin/sh -c go get github.com/codegangsta/martini && go get github.com/codegangsta/martini-contrib/render] returned a non-zero code: -1
2014/03/10 21:31:48 The command [/bin/sh -c apt-get update && apt-get install -y libsasl2-dev] returned a non-zero code: -1
2014/03/10 21:32:52 The command [/bin/sh -c middleman build] returned a non-zero code: -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment