container – POFTUT

How To Install Docker On Ubuntu, Debian, Mint, Kali?

How To Install Docker On Ubuntu, Debian, Mint, Kali?

Docker is a container technology used to run containers in Linux, Windows systems with little system resources. In this tutorial, we will examine how to install Docker and run containers in deb or apt based distros like Ubuntu, Debian, Mint, Kali, etc. Update Apt Repository Information The best practice before installing a package from a package repository … Read more

How To Create, Start, Stop, Manage Docker Containers In Linux?

Docker containers have created new momentum in the virtualization and container area. Docker containers are processes running on the host operating system in a restricted environment. Docker engine is used to manage the life cycle of the containers with various commands. We will look these sub-commands in this tutorial. Docker Container Now some terminology. Docker … Read more

How To Get Information About Running Containers, Images In Docker?

Docker provides different tools to monitor the containers. In a busy environment there will be a lot of images and containers hard to remember. We can use information sub-commands provided by docker to get more detailed port, disk, diff, event stat information. While running docker sub-commands we need root privileges. List Running Containers In a … Read more

How To Install Kali Docker Image To The Linux?

Kali is security distribution popular in the Cyber security community. Especially penetration testers really love it. Kali provides a lot of security exploitation tool  to test various systems like server, network, application server, database, VoIP etc. Kali is provided in different formats like virtual machine, ISO file, USB image and container. In this tutorial we … Read more

How to Setup Kubernetes 1.4 on Ubuntu

Kubernetes is production grade container orchestration tool which automates container deployment, scaling and management. It is a google product that is used at google internally. Kubernetes newer outgrows because it is flexible. Kubernetes is opensource so there is no restriction, fees etc. Some of companies that use kubernetes is Pearson, Ebay, Wikimedia. Kubernetes have the … Read more