Created
January 4, 2016 11:02
-
-
Save soullivaneuh/79b09f030965b2e41305 to your computer and use it in GitHub Desktop.
strace docker-compose gitlab-ci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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