-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Failed Embark Install #220
Comments
Thank you for contributing an issue! Welcome to the EMBA firmware analysis community! We are glad you are here and appreciate your contribution. Please keep in mind our contributing guidelines here and here. If you like EMBA you have the chance to support us by becoming a Sponsor or buying some beer here. This is an automatic message. Allow for time for the EMBA community to be able to read the issue and comment on it. |
The installation of the compose plugin must have failed somewhere at the beginning of the installation. Can you provide the complete output of the installation? |
This is the failure in the install: The full log from the terminal: |
That's weird, the log shows it's pulling the compose plugin from source. Will have a fix here soon. |
EMBA now also installs the new docker versions, which should fix the issue. |
I have had the same issue , reverting to commit 347ba8d worked to install. I am troubleshooting further. of note commit dd5d6c5 installs but shows forbidden when trying to access the server page , and current commit doesn't install at all per op posting. |
did you add the host IP-address as an alias when starting the server? Also this docker problem was addressed in EMBA directly, please open separate issue if needed |
Describe the bug
A fresh install of Embark using "git clone https://github.com/e-m-b-a/embark.git; cd embark; sudo ./installer.sh -d"
fails with
"Creating a EMBArk configuration file .env
docker: 'compose' is not a docker command.
See 'docker --help'
unknown shorthand flag: 'd' in -d
See 'docker --help'.
Usage: docker [OPTIONS] COMMAND
"
unknown shorthand flag: 'f' in -f
See 'docker --help'.
Usage: docker [OPTIONS] COMMAND
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected Embark to be installed
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Was a Fresh Ubuntu install
The text was updated successfully, but these errors were encountered: