Home Tags Docker

Tag: Docker

Simplify and Speed Up App Development with OpenShift

0
OpenShift is Red Hat’s container application platform that brings Docker and Kubernetes into play when deployed. With OpenShift, you can easily and quickly build,...

Unit Testing Ansible Code with Molecule and Docker Containers

0
Molecule is an open source framework that is easy to use for validating and auditing code. It can be easily introduced into the CI-CD...

The Current Popularity and the Future of Docker

0
Docker containers enable developers and operators to build and ship an application anywhere. The author discusses the popularity of Docker container technology, and its...

DevOps Series: Provisioning with Ansible

0
Ansible is the simplest way to automate apps and IT infrastructure. It meshes well with DevOps to deploy apps. In this ninth article in...

Sumo Logic Streamlines Data Ingestion Process

0
Sumo Logic is trying to improve the customer experience for applications that run on Kubernetes and Docker. Its new unified logs and metrics solution...

The DevOps Series Using Docker with Ansible

1
This article is the eighth in the DevOps series. This month, we shall learn to set up Docker in the host system and use...

A glimpse of microservices with Docker and Kubernetes

0
The microservices architecture is a variant of service oriented architecture. It develops a single application as a suite of small services, each running in...

Ubuntu containers can now run on Windows

0
Canonical and Microsoft have partnered to bring support for Ubuntu containers with Hyper-V Isolation to Windows 10 and Windows Servers. The new development uses...

Docker is emerging as the future of application delivery

2
This is a discussion on the role of Docker in software development and how it scores over virtual machines. As it becomes increasingly popular,...

Containerisation: Why, What and How

1
  Containerisation involves encapsulating an application in a container with its own operating environment. This is a short overview on containers and how they are...