-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Installation error #222
Labels
Installation
Installation issues
Comments
Hi, great that you are trying EMBA on Lubuntu. The error message looks like your docker-compose version does not support the "name" property. What is your installed docker-compose version? You can get it via |
my docker-compose is version 1.25.0
Rick
…On Sun, Feb 20, 2022 at 2:08 AM Michael Messner ***@***.***> wrote:
Hi, great that you are trying EMBA on Lubuntu. The error message looks
like your docker-compose version does not support the "name" property. What
is your installed docker-compose version? You can get it via docker-compose
-v
—
Reply to this email directly, view it on GitHub
<#222 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANP3M3MDFSUQRULQJOXF2H3U4CHQTANCNFSM5O2V5D7A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
upgraded my docker, emba installed successfully.
Rick
…On Sun, Feb 20, 2022 at 2:08 AM Michael Messner ***@***.***> wrote:
Hi, great that you are trying EMBA on Lubuntu. The error message looks
like your docker-compose version does not support the "name" property. What
is your installed docker-compose version? You can get it via docker-compose
-v
—
Reply to this email directly, view it on GitHub
<#222 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANP3M3MDFSUQRULQJOXF2H3U4CHQTANCNFSM5O2V5D7A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thanks for the information. I will add this detail to the system requirements section in the wiki Added: https://github.com/e-m-b-a/emba/wiki/Installation#prerequisites |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Installation failed
To Reproduce
Steps to reproduce the behavior:
clone repo
run: sudo ./installer.sh -d
Expected behavior
Expected no error
Screenshots
ERROR: The Compose file './docker-compose.yml' is invalid because:
networks.emba_runs value Additional properties are not allowed ('name' was unexpected)
Error detected - status code 1
Command: docker-compose up --no-start
Location: ./installer/I05_emba_docker_image_dl.sh, line 49
Stack Trace:
[1] I05_emba_docker_image_dl(): ./installer/I05_emba_docker_image_dl.sh, line 49 -> I05_emba_docker_image_dl
[2] main(): ./installer.sh, line 152 -> main -d
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: