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

Error running install.sh script: "This script uses docker, and it isn't running" #10

Open
sjpatel21 opened this issue Sep 18, 2024 · 3 comments
Assignees

Comments

@sjpatel21
Copy link

Using Linux Mint 24.04

Trying to run the script using the command provided, but gives below error:

-----------------------------------------------------------------
Welcome to the installation script for Unifi Network Application.
-----------------------------------------------------------------

This will deploy both the Unifi Network Application and MongoDB container, along with a bridge network to connect the two.

If you previously deployed containers unifi-db and unifi-network-application, they will be reinstalled.

Press enter to continue: 
Enter pressed. Let's GO!

This script uses docker, and it isn't running - please start docker and try again!

But the docker is installed:
Screenshot from 2024-09-18 06-32-41

@GiuseppeGalilei GiuseppeGalilei self-assigned this Sep 18, 2024
@GiuseppeGalilei
Copy link
Owner

Try to add "sudo" to each docker command in the script, you've not been the only one to experience this.
I think is just a matter of different system setup, on mine I can use docker without sudo, apparently on yours you can't. In the next days I'll try to look more into it.

Thanks for your feedback! Keep me posted.

@GiuseppeGalilei
Copy link
Owner

@sjpatel21 news?

@HeXDeMoN
Copy link

I had this issue also, (raspberry pi 3b+) but I just use sudo su before running the install script and it worked.

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

3 participants