ParrotSec / docker-images

GNU General Public License v3.0
95 stars 25 forks source link

Dock Installed #2

Closed DanitiKain closed 6 years ago

DanitiKain commented 6 years ago

I did apt-get install docker and then when I run any of docker commands listed on github it says command not found.

subfission commented 6 years ago

What is you host OS and are you installing docker into the host?

This works just fine for me...

DanitiKain commented 6 years ago

had to install sudo apt install docker-ce someone in TG group helped me.

PalinuroSec commented 6 years ago

"docker" is a docking application (like the mac os dock)

docker.io is the package you need to install in order to use the docker container engine

sudo apt update sudo apt purge docker sudo apt install docker.io