mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 07:25:55 +03:00
[GH-ISSUE #106] Error on installation #104
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mrdan on GitHub (Dec 18, 2017).
Original GitHub issue: https://github.com/RD17/ambar/issues/106
Installing on ubuntu 16.04, docker-compose version 1.8.0.
Followed the guide (https://blog.ambar.cloud/ambar-installation-step-by-step-guide-2/), but after some downloading I get this error:
@groundwater commented on GitHub (Dec 23, 2017):
Same issue on Ubuntu 17.10
@sochix commented on GitHub (Dec 25, 2017):
@mrdan @groundwater please update your docker to 17.03.0-ce and docker-compose to 1.11.2
@noviceiii commented on GitHub (Jan 4, 2018):
Had the same.
Had to remove docker-compose.
sudo apt autoremove --purge docker-composeand then add
sudo apt install docker-compose.io(if I remember right)