Tag: docker

JBoss EAP 7 and NoSQL using Java EE and Docker
JBoss EAP 7 and NoSQL using Java EE and Docker

JBoss EAP 7 Beta is now released, many congratulations to Red Hat and particularly to the WildFly team! There are plenty of improvements coming in this release as documented in Release Notes. One of the major themes is Java EE 7 compliance. JBoss EAP...

NDP Episode #13: Docker with Distributed NoSQL Databases
NDP Episode #13: Docker with Distributed NoSQL Databases

Docker Champion and NoSQL advocate, Arun Gupta, joins the show.  We give a background of containers and how they compare to virtual machines.

Docker and ASP.NET Core with Couchbase Server
Docker and ASP.NET Core with Couchbase Server

In many of my blog posts and samples, I use a single Couchbase Server node. I do this because it’s easy, and much of what I demonstrate can be done with a single node. However, Couchbase Server is typically run...

Configure the Official Couchbase Docker Image at Test Runtime with TestContainers
Configure the Official Couchbase Docker Image at Test Runtime with TestContainers

In the previous blog posts I explained how to use Docker containers running Couchbase during your tests. Both post had this requirements that you had to build your own Couchbase Docker image with the cluster and data already configured. In...

Create Couchbase Docker Images on the Fly with TestContainers
Create Couchbase Docker Images on the Fly with TestContainers

You don’t need an image already built for unit and integration tests. Use Couchbase and TestContainers to create your own images. It is super easy!

Unit and Integration Tests with Couchbase and Docker Containers
Unit and Integration Tests with Couchbase and Docker Containers

Learn how to overcome the issues like start and stop DB from code and different OSs by using docker for Unit and Integration tests with Couchbase.

Containers, Security, Double Dipping
Containers, Security, Double Dipping

One of the common misconception about containers is that they act as light VMs. Which would make you think they are perfectly isolated. It's not true. While they all give you some level of isolation, they all share a common...

Create a Couchbase Server Cluster using Docker
Create a Couchbase Server Cluster using Docker

Docker is all the rage at the moment because of how easy it makes deployment of microservices and other tasks.  Did you know that you can use Docker to install and configure Couchbase? Check out the following video to see...

Enabling Docker Remote API on Docker Machine on Mac OS X
Enabling Docker Remote API on Docker Machine on Mac OS X

Creating Docker daemons using Docker Machine on OSX Mavericks? This blog explains how to enable Docker Remote API on Docker Machines created on Mac OS X.

Communicating with Couchbase via a Dockerfile Script and Docker
Communicating with Couchbase via a Dockerfile Script and Docker

How to get Docker running on an Ubuntu server and run a project in a container via a script. It can be done in any programming language and Couchbase SDK.

Couchbase on Jelastic
Couchbase on Jelastic

I recently started playing around with Jelastic. They provide Platform-as-Infrastructure. It's a PaaS + IaaS platform. They recently released a new version named Joker (for Jelastic + Docker). And one of their particularities is to offer easy horizontal AND vertical...

Couchbase as a Service: Joyent Triton
Couchbase as a Service: Joyent Triton

When I’m at events and conferences I’m always asked how much does Couchbase charge for hosting. The simple answer is that Couchbase is a software company and not a hosting company, but that doesn’t mean that you can’t host Couchbase...