Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 518 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 518 Bytes

Docker on Kali Linux

This repository contains scripts to help installing docker containers on a Kali Linux system.

Requisites

You need to have git installed on your Kali Linux in order to pull this repo down adn use it.

Installation

To install this repo and use it, from your Kali Linux terminal type:

git clone https://github.com/zfpsystems/docker-on-kali

Then type:

cd ./docker-on-kali
./install-docker

Make sure the docker HelloWorld test succeed at the end of the installation.