How to Install Docker and Docker Compose on Kali Linux

--

### T0 check if docker is already installed
``docker — version

### Docker version 19 and up should be okay
```sudo apt install docker.io```

### Install Docker Compose
```sudo apt install docker-compose```

### T0 check if docker-compose version/is already installed
``docker-compose — version

If ever you encounter issues installing Docker and Docker-compose related to OS/Linux:

Issue 1: Outdated repo
Issue 2: Key Signature verification

You may refer to my article in fixing it located here

--

--

Responses (1)