Add todo comment for future fixup

This commit is contained in:
Brian Cain 2019-02-26 15:54:29 -08:00
parent 4dc5f7c330
commit dc5f8c66f2
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 3 additions and 0 deletions

View File

@ -233,11 +233,14 @@ module VagrantPlugins
output
end
# ######################
# Docker network helpers
# ######################
# @param[String] network - name of network to look for
def existing_network?(network)
result = list_network(["--format='{{json .Name}}'"])
#TODO: we should be more explicit here if we can
result.include?(network)
end