Advertisement
Guest User

Untitled

a guest
Dec 24th, 2017
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. $ docker-compose exec console ssh -o StrictHostKeyChecking=no -i tests/fixtures/ssh/key -T -vvv git@github.com
  2. Traceback (most recent call last):
  3. File "/usr/bin/docker-compose", line 11, in <module>
  4. sys.exit(main())
  5. File "/usr/lib/python2.7/site-packages/compose/cli/main.py", line 71, in main
  6. command()
  7. File "/usr/lib/python2.7/site-packages/compose/cli/main.py", line 124, in perform_command
  8. handler(command, command_options)
  9. File "/usr/lib/python2.7/site-packages/compose/cli/main.py", line 467, in exec_command
  10. pty.start()
  11. File "/usr/lib/python2.7/site-packages/dockerpty/pty.py", line 338, in start
  12. io.set_blocking(pump, flag)
  13. File "/usr/lib/python2.7/site-packages/dockerpty/io.py", line 32, in set_blocking
  14. old_flag = fcntl.fcntl(fd, fcntl.F_GETFL)
  15. ValueError: file descriptor cannot be a negative integer (-1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement