Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ How to run Kali Linux 2.0 in Docker container     - Linux Powerful command Awk Introduction (Linux)

- Oracle Migration partition table (Database)

- Linux can modify the maximum number of open files (Linux)

- VMware ghost Linux card error (Linux)

- CentOS7 install NTFS-3G driver (Linux)

- Kubernetes resolve application deployment model (Server)

- Processor in protected mode of protection (Linux)

- RedHat6.4 installation tutorial --- Minimal Edition (Linux)

- How to Debian Linux the default Python version switch to alternative version (Linux)

- Android custom controls create the simplest skid menu in the history (Programming)

- Linux Telnet access Windows 7 configuration procedure (Linux)

- MongoDB configuration in Ubuntu 14.04 (Database)

- Ubuntu install Liferea news subscription software (Linux)

- Kali Linux virtualbox rc = Error 1908 workaround (Linux)

- Disk partition MBR (Linux)

- Source encountered problems and solutions when installing SaltStack (Server)

- Installation and management of Linux applications (Linux)

- Oracle 11g through SCN do incremental backup repair standby library detailed process (Database)

- Performance Optimization: Using Ramlog transfer log files to memory (Linux)

- SQL MySQL query table duplicate data (Database)

 
         
  How to run Kali Linux 2.0 in Docker container
     
  Add Date : 2018-11-21      
         
         
         
  Introduction

Kali Linux is an operating system for a well-known security testers and white hat. It comes with a number of security-related programs, which makes it very easy for penetration testing. Recently, Kali Linux 2.0 was released, it is considered the most important one operating system release. On the other hand, Docker technology due to its scalability and ease of use make it very popular. Dokcer let you easily bring your program to your users. The good news is that you can run Kali Linux Docker, let us look at how to do that

Kali Linux 2.0 running in the Docker

Related Tips

If you have not installed docker in the system, you can run the following command:

For Ubuntu / Linux Mint / Debian:

sudo apt-get install docker
For Fedora / RHEL / CentOS:

sudo yum install docker
For Fedora 22:

dnf install docker
You can run the following command to start docker:

sudo docker start
First, run the following command to ensure the service is running properly Docker:

sudo docker status
Kali Linux Kali Linux development team has a docker image upload, and only need to enter the following command to download the image.

docker pull kalilinux / kali-linux-docker

Pull Kali Linux docker

After the download is complete, run the following command to find out you download docker mirror ID.

docker images

Kali Linux Image ID

Now run the following command to start kali linux docker container (here, the right image ID required replacement) from the image file.

docker run -i -t 198cd6df71ab3 / bin / bash
It will immediately start the container and let you log in to the operating system, you can now work in the Kaili Linux.

Kali Linux Login

You may be outside of the container through the following command to verify that container has started / operation of:

docker ps

Docker Kali

to sum up

Docker is used to deploy one of the most intelligent way to package and distribute. Kali Linux Docker mirror is very easy to use, it does not consume a lot of disk space, so you can easily be in any great this release is installed on the operating system Docker tested.
     
         
         
         
  More:      
 
- How to create a secure and easy to remember password (Linux)
- Linux server network penetration testing (Linux)
- Android Studio quick overview of Gradle (Programming)
- The AWK use Cygwin tools mysql binlog log viewer (Database)
- CentOS RedHat YUM Source Extensions Supplement (including 32-bit, 64-bit) (Linux)
- 10 useful Linux command line tips (Linux)
- Linux systems dmesg command processing failures and system information collected seven usage (Linux)
- Oracle partition table data migration, process management automation (Database)
- Linux, rename the file or folder (mv command and rename command) (Linux)
- Linux disk and File System Concepts (Linux)
- Golang environment configuration recommendations (Linux)
- The basic method RHEL6 (CentOS6) used in the source package compiled RPM: Upgrade OpenSSH articles (Linux)
- open V switch port mirror in OpenStack neutron (Server)
- Oracle Database import and export combat (Database)
- Teach you how to protect the security of Linux desktop (Linux)
- Nginx DHCP TFTP Kickstart set up automatic installation system (Server)
- Installation and use GAMIT / GLOBK Software (Linux)
- Ubuntu 14.04 Docker installation (Linux)
- Linux suffered SYN flood attack setting (Linux)
- Getting Started with Linux system to learn: how to configure a static IP address for CentOS7 (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.