-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
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
Empty Compose File #520
Comments
Hello @Cy-Beard, You are not using the command correctly, use this one: curl -L https://ghst.ly/getbhce | docker compose -f - up The reason yours is not working is because you are outputting the content in the curl -L https://ghst.ly/getbhce -o docker-compose.yml | docker compose up Regards. |
@Cy-Beard The issue appears to be an issue with how Docker is running; searching for the error message identifies several options:
|
After some searching into, I found that Windows cannot run Docker-cli on its own even though it can be installed via chocolatey. Its still needs to have WSL2 installed and running in order to run docker-cli. If not, then I would need to installed docker desktop which is not an approved app yet for the business. Guess I cannot go down this route. |
Description:
Unable to compose.
curl -L https://ghst.ly/getbhce -o docker-compose.yml | docker compose -f - up
and i get the following error:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 190 100 190 0 0 267 0 --:--:-- --:--:-- --:--:-- 270
100 3618 100 3618 0 0 3895 0 --:--:-- --:--:-- --:--:-- 3895
empty compose file
A clear and concise description of the bug you're encountering.
Component(s) Affected:
Steps to Reproduce:
Expected Behavior:
A description of what you expected to happen.
docker compose to build the docker image.
Actual Behavior:
empty compose file
A description of what actually happened.
Empty compose file, unable to build the container within windows 10.
Screenshots/Code Snippets/Sample Files:
If applicable, add screenshots, relevant code snippets, or sample files that help illustrate the issue.
Environment Information:
Windows 10 OS
BloodHound: [BloodHound version or revision]
Bloodhound CE
Collector: [SharpHound version / AzureHound version]
OS: [your OS and version]
Windows 10 Version 22H2
Browser (if UI related): [browser name and version]
Node.js (if UI related: [Node.js version]
Go (if API related): [Go version]
Database (if persistence related): [Neo4j version / PostgreSQL version]
Docker (if using Docker): [docker version]
Additional Information:
Any additional context or information that might be helpful in understanding and diagnosing the issue.
Potential Solution (Optional):
If you have any ideas about what might be causing the issue or how it could be fixed, you can share them here.
Related Issues:
If you've found related issues in the project's issue tracker, mention them here.
Contributor Checklist:
The text was updated successfully, but these errors were encountered: