Merge "Use dockerctl start for supervisorctl container launch"

This commit is contained in:
Jenkins 2015-11-03 13:21:16 +00:00 committed by Gerrit Code Review
commit 288557da71

View File

@ -1,5 +1,5 @@
[program:docker-<%= @title %>] [program:docker-<%= @title %>]
command=docker start -a fuel-core-<%= @release %>-<%= @title %> command=dockerctl -V <%= @release %> start <%= @title %> --attach
numprocs=1 numprocs=1
numprocs_start=0 numprocs_start=0
priority=30 priority=30