We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run program "docker": error=2, No such file or directory
homebrew.mxcl.jenkins-lts.plist
/usr/local/opt/jenkins-lts/homebrew.mxcl.jenkins-lts.plist
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>homebrew.mxcl.jenkins-lts</string> <key>ProgramArguments</key> <array> <string>/usr/local/opt/openjdk@11/bin/java</string> <string>-Dmail.smtp.starttls.enable=true</string> <string>-jar</string> <string>/usr/local/opt/jenkins-lts/libexec/jenkins.war</string> <string>--httpListenAddress=127.0.0.1</string> <string>--httpPort=8080</string> </array> <key>RunAtLoad</key> <true/> <!-- ... 중략 ... --> <!-- 여기 아래 내용 추가 --> <key>EnvironmentVariables</key> <dict> <key>PATH</key> <string>/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string> </dict> <!-- 여기까지 --> </dict> </plist>
The text was updated successfully, but these errors were encountered:
occidere
No branches or pull requests
Jenkins 에서 Cannot run program "docker": error=2, No such file or directory 에러가 발생하는 경우
상황
Cannot run program "docker": error=2, No such file or directory
가 발생원인
해결
homebrew.mxcl.jenkins-lts.plist
파일을 찾음/usr/local/opt/jenkins-lts/homebrew.mxcl.jenkins-lts.plist
참고
The text was updated successfully, but these errors were encountered: