-
Notifications
You must be signed in to change notification settings - Fork 240
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
Cannot start wasabi container on Ubuntu 16.04 #341
Comments
facing the same error. |
I was able to work around this. I found out that my company has internal centos mirrors. RUN cat /etc/resolv.conf
# private corporate mirrors So I disconnected from the corporate vpn, then was able to start up the image. |
facing the same error. Is there anyone can fix it ? |
|
I wanted to give Wasabi a try and install it locally. As I'm working on Windows at the moment, I have set up virtual machine with Vagrant with clean Ubuntu 16.04. I did steps from README to install Wasabi on Ubuntu, but it is failing on creating wasabi container. Bootstrap and build processes finished without errors. Cassandra and MySQL containers are running, but when trying to run
./bin/wasabi.sh start:wasabi
it fails with following message:From what I checked, it seems that mirrorlist URL for yum is incorrect.
Is there any way to fix that?
The text was updated successfully, but these errors were encountered: