DevOps
-
Docker Multi-Host Networking with Couchbase and WildFly
Docker Multi-Host networking allows you to create virtual networks and attach containers to them so you can create the network…
Read More » -
Configure Couchbase Docker Container using REST API
Couchbase Docker image is published at hub.docker.com/_/couchbase. The easiest way to start this image is: docker run -d -p 8091:8091 couchbase/server 8091…
Read More » -
JVM microservices – how to run Docker containers on Windows
Microservices is one of the loudest IT buzzwords, everybody’s anxious to try it. But what Linux and MacOS users get…
Read More » -
Deploying Containers with Docker Swarm and Docker Networking
The purpose of this article is to explore new Docker networking features introduced in version 1.9. We’ll apply them to…
Read More » -
Advanced Continuous Delivery Scenarios
We’ve all heard the term continuous delivery thrown around. We usually find it coupled with terms like DevOps and immutable…
Read More » -
Integrating Carina with Your Continuous Integration Pipeline
Rackspace recently announced the public beta for their hosted Docker offering, Carina. This is part of a strategic effort to…
Read More » -
Attach Shell to Docker container
Often there is a need to attach a shell to an already running Docker container. This is very useful, especially…
Read More » -
Kernel Load-Balancing for Docker Containers Using IPVS
Yesterday at DockerCon Europe, Andrey Sibiryov, a senior engineer at Uber Technologies, demonstrated how to improve load-balancing performance using an…
Read More » -
Deployment Automation Of Docker Java Application On VSphere And Photon
Background Java developers and DevOps professionals have long struggled to automate the deployment of enterprise Java applications. The complex nature…
Read More »