July 07, 2015
How Enteon Uses Weave
Today we welcome Jim McBride, Chief Cloud Architect at Enteon. In this guest post, Jim describes how Enteon use Weave to create networks that segregate access to functionality like “database access”. This is done in a...
June 30, 2015
How Capgemini Apollo Uses Weave
This is a guest blog post by Graham Taylor, Senior Engineer, Capgemini. Graham’s team have created a PaaS, called Apollo. This aims to be a complete platform for modern ‘cloud native’ applications. Apollo uses Mesos,...
June 30, 2015
Weave Just Released Weave Scope 0.4!
We’re pleased to announce the release of Weave Scope v0.4 — our biggest release yet! With this release comes a new graph manipulation and processing engine designed to give more consistent grouping of nodes in our various topologies. This...
June 22, 2015
Docker Open Container Project - Please Make It Awesome
I’m live-blogging this from the DockerCon opening keynote in San Francisco. Docker has announced that it will create the Open Container Project under the Linux Foundation. This is based on news that is breaking in...
June 22, 2015
Weave as a Docker Network Plugin
The Weave plugin gives you a closer integration with Docker: docker inspect --format=’{{.NetworkSettings.IPAddress}}’ $WOVEN_CONTAINER A while ago I reported on a proof of concept that made Weave act as a Docker extension. Much of the...
June 18, 2015
Weave 1.0 is Out - And It is Good
Weave 1.0 is out! Weaving containers into applications Weave is the most productive way to connect, observe and control containers. Our mission is to make application developers as happy as possible by making containers magically...
June 16, 2015
Weave Net Cryptography FAQ
What do you recommend for confidentiality, integrity and authenticity with Weave Net? Weave communicates via TCP and UDP on a well known port, so you may use whatever is appropriate to your requirements – for example an IPsec VPN for...
June 12, 2015
Testing Docker Multi-Host Network Performance with Weave fast datapath
This post introduces performance improvements to Weave Net, our Docker network. We sometimes get feedback about Weave Net expressing concerns about its performance impact. Specifically, the concern is that because it uses pcap to implement...
May 27, 2015
Multi-host Docker Deployment with Swarm and Compose Using Weave 0.11
This is an outdated guide, please find latest version on our website now! http://weave.works/guides/weave-and-docker-platform/index.html In this post I’d like to show how easily one can get up-and-running using Weave with all the latest...
May 26, 2015
Let Weave Net Allocate IP Addresses for You
One of the chores when using Weave Net is giving each container an IP address. We recognized this, and we’ve automated it for you, as a new feature in Weave release 0.11. Take a look at the walk-through in the documentation....
May 13, 2015
Announcing Weave Scope: Container Visibility
Introducing Weave Scope Today we are launching the second big piece of Weave. Weave Scope automatically generates a map of your containers, enabling you to intuitively understand, monitor, and control your applications. It is...
May 06, 2015
Another Platform Uses Weave - Now at Capgemini
Today Cap Gemini announced Apollo. According to the project lead Graham Taylor, this is “a platform for running your next generation web services and applications”. Using Weave, Mesos, Consul and Docker, they have created...
May 06, 2015
Using Docker Machine and Swarm with Weave 0.10
This is an outdated guide, please find latest version on our main website now! http://weave.works/guides/weave-and-docker-platform/index.html In this post I’d like to show how quickly one can get up-and-running using Weave with Docker...
April 29, 2015
Running Containers on Remote Docker Hosts with Weave 0.10
In an earlier post we peeked under the covers of Weave 0.10 to discover how it interacts with remote Docker hosts. So, for example weave launch is translated into: <br> docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v...
April 24, 2015
Data Migration with Kubernetes and Flocker
Our friend Kai Davenport at ClusterHQ has just published another awesome piece, this time detailing how Weave, Flocker and Kubernetes can be used together to migrate a Redis database container between two nodes. Read the full article here!
April 23, 2015
Weave at Container Camp and Docker Cologne
Container Camp was held in San Francisco earlier this month, and the videos of the conference have been posted on youtube. Its great to see Weave featured in a number of the talks, including Khash Sajadi from Cloud66 on...
April 23, 2015
Weave as a Docker Extension
(UPDATE: New, simpler build instructions) For some time there has been talk of extending Docker. Lately we have been seeing some projects born of this ongoing conversation; for example you may have seen Powerstrip, which lets you hook into...
April 23, 2015
Weaveworks Sponsors Glider Labs to Enable More Docker Wins
A really big goal for Weaveworks is to support Docker extensions as soon as possible. This is so that enterprise class Docker use cases like data migration and failover can be enabled, easily combining Weave with components...
April 22, 2015
Using Docker Machine with Weave 0.10
This is an outdated guide, please find latest version on our website now! http://weave.works/guides/weave-and-docker-platform/index.html In this post I’d like to show how quickly one can get up-and-running using Weave with Docker Machine....
April 20, 2015
Remote Weaving with Weave 0.10
One of the highlights of Weave 0.10 is the ability to run Weave on remote Docker hosts, in a pure container-only environment where the only access to the hosts is through the Docker Remote API. The weave script, as we know it Weave has...