-
Notifications
You must be signed in to change notification settings - Fork 0
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
Problem installing docker in Virtual Machine #4
Comments
Hi there, |
I think I have?
Requirement already satisfied: docker in
/Users/morenop/anaconda/lib/python2.7/site-packages
Requirement already satisfied: six>=1.4.0 in
/Users/morenop/anaconda/lib/python2.7/site-packages (from docker)
Requirement already satisfied: backports.ssl-match-hostname>=3.5;
python_version < "3.5" in
/Users/morenop/anaconda/lib/python2.7/site-packages (from docker)
Requirement already satisfied: ipaddress>=1.0.16; python_version < "3.3" in
/Users/morenop/anaconda/lib/python2.7/site-packages (from docker)
Requirement already satisfied: websocket-client>=0.32.0 in
/Users/morenop/anaconda/lib/python2.7/site-packages (from docker)
Requirement already satisfied: requests!=2.11.0,!=2.12.2,>=2.5.2 in
/Users/morenop/anaconda/lib/python2.7/site-packages (from docker)
Requirement already satisfied: docker-pycreds>=0.2.1 in
/Users/morenop/anaconda/lib/python2.7/site-packages (from docker)
…On 30 March 2017 at 12:42, Luke Hodkinson ***@***.***> wrote:
Hi there,
Have you installed Docker? It's one of the dependencies of the software.
Cheers,
Luke
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIgRW9R1sKyB0lAAX8lCP42yNMIW94Reks5rq3kbgaJpZM4MuDyT>
.
--
Pilar Corredor Moreno
|
Looks like you've just installed the Docker python package, which is not actually Docker itself. Take a look here: https://docs.docker.com/engine/installation/ You should find instructions for installing Docker on your OS there. Cheers, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Probably it's a silly mistake, but I cannot make it work.
I've tried in virtual machine and OS X and had the same error.
When
laa init
got:docker pull furiousluke/laa:latest
/bin/sh: docker: command not found
subprocess.CalledProcessError: Command 'docker pull furiousluke/laa:latest' returned non-zero exit status 127
Any help welcome
Thanks,
Pilar
The text was updated successfully, but these errors were encountered: