Skip to content
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

Docker build error #413

Closed
gcosgreave-us opened this issue May 23, 2018 · 5 comments
Closed

Docker build error #413

gcosgreave-us opened this issue May 23, 2018 · 5 comments

Comments

@gcosgreave-us
Copy link

When running "docker-build" out the box I get the following error:

ERROR: Service "cli" mounts volumes from "amazeeio-ssh-agent", which is not the name of a service or container.

@gcosgreave-us
Copy link
Author

Sorry this does seem to be an issue unless I am missing something. I have started the build however by changing the container name that mounts to amazeeio-dnsmasq

@fubhy
Copy link
Contributor

fubhy commented May 25, 2018

Yep, as stated in the docs, this demo app is built around amazeeio. That means you have to run it with the amazeeio toolchain locally (that's also stated in the project readme). Please refer to docs.amazee.io for that. If you continue to have the aforementioned issue, please come back here :).

PS: If you want, you can of course also run it without amazeeio but then you have to set up and orchestrate the docker containers yourself.

@fubhy
Copy link
Contributor

fubhy commented May 25, 2018

There is also an open issue to add support for Lando #404. But I haven't found time to work on that yet.

@fubhy fubhy closed this as completed May 25, 2018
@swr82
Copy link

swr82 commented Sep 3, 2018

@gcosgreave-us

Try
gem install pygmy or sudo gem install pygmy and then,
pygmy up in terminal before running docker-compose build to setup amazeeio...

@scotthorn
Copy link

I was missing the pygmy up, which isn't mentioned in the other docs I've need. Thanks @swr82 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants