Skip to content

Instantly share code, notes, and snippets.

@soullivaneuh
Created January 4, 2016 11:02
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 soullivaneuh/79b09f030965b2e41305 to your computer and use it in GitHub Desktop.
Save soullivaneuh/79b09f030965b2e41305 to your computer and use it in GitHub Desktop.
strace docker-compose gitlab-ci
$ strace docker-compose up -d
execve("/usr/local/bin/docker-compose", ["docker-compose", "up", "-d"], [/* 26 vars */]) = -1 ENOENT (No such file or directory)
writev(2, [{"strace: exec: No such file or di"..., 39}, {"\n", 1}], 2strace: exec: No such file or directory
) = 40
writev(2, [{"", 0}, {NULL, 0}], 2) = 0
getpid() = 38
exit_group(1) = ?
+++ exited with 1 +++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment