ZFPSystems / docker-on-kali

A simple script to make it easy to install docker on Kali Linux

Repository from Github https://github.comZFPSystems/docker-on-kaliRepository from Github https://github.comZFPSystems/docker-on-kali

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.

About

A simple script to make it easy to install docker on Kali Linux

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%