Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.43 KB | None | 0 0
  1. The following SSH command responded with a non-zero exit status.
  2. Vagrant assumes that this means the command failed!
  3.  
  4.  /usr/local/bin/docker-compose-1.9.0  -f "/vagrant/etc/docker-compose/docker-compose.yml" -f "/vagrant/etc/docker-compose/docker-compose-vagrant.yml" rm --force
  5.  
  6. Stdout from the command:
  7.  
  8.  
  9.  
  10. Stderr from the command:
  11.  
  12. .IOError: [Errno 2] No such file or directory: '/vagrant/etc/docker-compose/docker-compose.yml'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement