-
Notifications
You must be signed in to change notification settings - Fork 6
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 instructions not working #6
Comments
Hi Christopher - I'm about to update the install instructions to point people at the buddycloud-vm. The docker approach is nice... but comes with a lot of caveats. Kinda a container format with rudimentary orchestration and... well it's a long story but I'm going to remove them in the next few days. If you can give me a day or so, I should be able to wrap up my work on https://github.com/buddycloud/buddycloud-vm and https://github.com/buddycloud/saltstack and then release that as an option. |
I got the docker container buddycloud/complete-stack from the docker loading What is supposed to happen after this? On 08/28/2015 01:13 AM, Simon Tennant wrote:
|
I'm not seeing the error message in your comment - can you repost please? |
Issue 1:
sudo docker build -t buddycloud-stack
Errors out with:
docker: "build" requires 1 argument.
See 'docker build --help'.
Removing the -t works
Issue 2 :
sudo docker run -i --dns 127.0.0.1 -v /srv/buddycloud-stack/logs:/var/log/buddycloud -v /srv/buddycloud-stack/prosody:/var/lib/prosody -v /srv/buddycloud-stack/postgresql:/var/lib/postgresql -v /srv/buddycloud-stack/buddycloud-media-server:/var/lib/buddycloud-media-server -P -p 80:80 -p 443:443 -p 5269:5269 -t buddycloud-stack
Fails with:
WARNING: Localhost DNS setting (--dns=127.0.0.1) may fail in containers.
Unable to find image 'buddycloud-stack:latest' locally
The text was updated successfully, but these errors were encountered: