Home Tags Docker

Tag: Docker

Portainer.io: Build, Manage and Maintain Docker Environments

0
This article introduces Portainer.io – a lightweight UI that allows the user to easily manage Docker hosts or Swarm clusters. Portainer consists of a...

Migration of Application Workloads to Containers using Docker and Kubernetes

Containers present an easy way of deploying traditional applications, cutting-edge microservices and Big Data apps anywhere. In enterprises in which a large number of...

Setting up a Proxy for Docker Containers in Linux Machines

0
With the popularity of cloud computing on the rise, there has been a steady increase in the use of container technology by enterprises. Docker...

An Introduction to OpenShift

0
OpenShift is a Platform as a Service (PaaS) offering with a layered architecture that includes Docker Cluster and Kubernetes. The latest version of OpenShift...

The Intricacies of Docker Networking

0
This article presents an overview of Docker networks and the associated networking concepts. Customisation and the manipulation of default settings is an important part of...

How Docker Differs from a Virtual Machine

0
Often, people get confused between Docker and a virtual machine. This article explains how Docker differs from a virtual machine and why you should...

MLDB: The Open Source Machine Learning Database for the Cloud and...

0
This article talks about MLDB in relation to the cloud and Docker. It details the prominent tools for ML, describes the features of MLDB,...

Microservices with Docker and Kubernetes: An Overview

0
Docker is an open source platform that’s used to build, ship and run distributed services. Kubernetes is an open source orchestration platform for automating...

Get Acquainted with Docker Swarm

0
The use of Docker containerisation has become quite common, especially in production. Docker Swarm is a clustering and scheduling tool for Docker containers. With...

How to Install and Use Docker on Ubuntu

0
In the last few years, server virtualisation has become very popular. We cannot imagine cloud computing without virtualisation. But the explosive growth in computing...