Update docker hub name

pull/1/head
Ken 2020-07-23 14:00:34 -04:00
parent c744e3f562
commit 169eefbfc6
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class Testbed():
VIRT = NotImplemented
APT = spawn.find_executable("apt-get")
CONTAINER = NotImplemented
BF_VIRT_IMG = "kcratie/evio-node:20.7"
BF_VIRT_IMG = "edgevpnio/evio-node:20.7"
def __init__(self, exp_dir=None):
parser = argparse.ArgumentParser(description="Configures and runs EdgeVPN Testbed")