From b7425d954f8e25344270082428ec60a83419e9cc Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Wed, 9 Nov 2016 13:57:12 -0800 Subject: [PATCH] Remove warning since #1862 added ports support --- website/source/docs/drivers/rkt.html.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/source/docs/drivers/rkt.html.md b/website/source/docs/drivers/rkt.html.md index 67f72685073..b27549869b7 100644 --- a/website/source/docs/drivers/rkt.html.md +++ b/website/source/docs/drivers/rkt.html.md @@ -13,10 +13,6 @@ Name: `rkt` The `rkt` driver provides an interface for using CoreOS rkt for running application containers. -~> **Experimental!** Currently, the rkt driver supports launching containers but -does not support dynamic ports. This can lead to port conflicts and as such, -this driver is being marked as experimental and should be used with care. - ## Task Configuration ```hcl