mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
do not delete docker service in delivery
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
2a5736b8f9
commit
5010957487
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ package 'build-essential'
|
|||
|
||||
# get docker
|
||||
docker_service 'dockerd' do
|
||||
action [:delete, :create, :start]
|
||||
action [:create, :start]
|
||||
host 'unix:///var/run/docker.sock'
|
||||
group 'docker'
|
||||
provider Chef::Provider::DockerService::Execute
|
||||
|
|
Loading…
Add table
Reference in a new issue