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

How to install docker for aim? #252

Closed
MultiPath opened this issue Nov 7, 2020 · 2 comments
Closed

How to install docker for aim? #252

MultiPath opened this issue Nov 7, 2020 · 2 comments
Labels
type / question Issue type: question

Comments

@MultiPath
Copy link

Hi, I installed aim using pip and type aim up, it returns me:

Oops! You don't have docker installed. Aim UI runs on docker. Please install docker

I have followed https://docs.docker.com/engine/install/ubuntu/ to install docker engine on my machine. But the above errors are still there. What should I do for that?

@gorarakelyan
Copy link
Contributor

gorarakelyan commented Nov 7, 2020

Hi @MultiPath ,

Try to run docker version command to check if docker was properly installed.

Also you probably need to add your user to docker user group if you haven't done it yet:

sudo usermod -aG docker $USER
sudo systemctl restart docker

Do not forget to reopen shell for configurations to take effect.

Please try out and check if it works.

@SGevorg SGevorg added the type / question Issue type: question label Nov 7, 2020
@MultiPath
Copy link
Author

Thank you very much! I did not have too much knowledge with docker. After adding user group it works.

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

No branches or pull requests

3 participants