From b80c87be741599fdeca39db1dc9d4e1fa08bd9d3 Mon Sep 17 00:00:00 2001 From: xieguigang Date: Thu, 24 Jan 2019 11:01:19 +0800 Subject: [PATCH] not sure how to abstract the driver interface --- Docker/Environment.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/Docker/Environment.vb b/Docker/Environment.vb index b160d5b..f992978 100644 --- a/Docker/Environment.vb +++ b/Docker/Environment.vb @@ -44,6 +44,7 @@ Imports System.Text Imports Darwinism.Docker.Arguments +Imports Microsoft.VisualBasic.CommandLine.InteropService ''' ''' The container environment module for ``docker run ...``