Merge "Use dockerctl start for supervisorctl container launch"
This commit is contained in:
commit
288557da71
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user