Skip to content
Snippets Groups Projects
Commit 19256e0f authored by Mike Marsh's avatar Mike Marsh
Browse files

don't need to pull anything when stopping

parent 385a03bd
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,6 @@ args = parser.parse_args()
with open(args.file) as cfile:
conf = yaml.load(cfile)
retval = subprocess.call(['docker','pull',conf['image']])
ntwk = conf['network']
def stop_node(name,i):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment