Problem scenario
Docker is installed as far as you can tell on your Linux server. You ran “sudo apt-get -y install docker” and it seemed to work. When you run it again you see this:
“Building dependency tree
Reading state information… Done
docker is already the newest version (1.5-1+b1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
“
How do you get Docker to work when it seems installed but you get the error “docker command not found”?
…
Continue reading “How Do You Fix the Problem When You Get “docker command not found”?”