docker

Docker Installation – CentOS & Ubuntu

In this tutorial, you’ll install and use Docker Community Edition (CE) . You’ll install Docker itself, work with containers and images, and push an image to a Docker Repository. Before that you have to the knowledge of some element of docker for more details please refer our Docker Overview post. To get started with Docker […]

Docker overview

Docker is a software platform for fast developing, testing, and deploying applications. Docker allows you to decouple your apps from your infrastructure, allowing you to quickly deploy software. You can manage your infrastructure the same way you control your applications with Docker. Docker use OS-level virtualization to deliver software in packages called containers. It includes all of […]

Scroll to top