Home » Archive by category Docker

What is Dockefile? Create docker image for nodejs

In this tutorial you will learn what is Dockerfile and how to create docker image for nodejs application A Dockerfile is a text file that has a sequence of instructions commands on how to build your application image. It provisions a simple set of commands that you need...
Continue reading

Docker installation and configuration

Docker is an open source platform for system admins and developers to create, ship, and run apportioned applications. Docker permits you to execute applications inside containers, it provide OS (Operating System) level virtualization on Linux. Docker is developed to process your applications faster. It basically use system resource...
Continue reading

Categorized Tag Cloud