From 133692751051466ff2838eac6fde040d883b1db7 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Wed, 23 Mar 2016 22:05:50 -0600 Subject: [PATCH] Update README.md Update README.md with updated information on the Docker+IPVLAN learning environment (now fully functional) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7512d5..7834d35 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This repository contains a variety of files and tools for learning new technolog **debian-generic**: This folder has a Vagrant environment for spinning up a generic, 64-bit Debian 8.0 ("Jessie") VM. Note there's nothing special here---just a plain, generic Debian VM. No custom provisioning is provided in this environment. -**docker-ipvlan**: This folder has files to create a learning environment for using ipvlan interfaces with Docker containers. _THIS ENVIRONMENT IS NOT YET FULLY FUNCTIONAL._ +**docker-ipvlan**: This folder has files to create a learning environment for using ipvlan interfaces with Docker containers. **docker-macvlan**: This folder has files to create a learning environment for using macvlan interfaces with Docker containers.