inspec/test
Matt Kulka c067798fc5 Docker Swarm service resource (#2456)
This change adds the `docker_service` resource for Docker swarm mode services. This
branches off some of the common elements (id, exists) into a `DockerObject` module along
with a utility function for parsing the image/repo string. That function was implemented
separately by `docker_image` and `docker_container`, now with a third resource, it made
sense to consolidate that into an included module. I used the most comprehensive
implementation. Existing classes had to be slightly modified for the genericization.

Signed-off-by: Matt Kulka <mkulka@parchment.com>
2018-01-23 12:30:14 -08:00
..
cookbooks/os_prepare xml resource: support fetching attributes (#2423) 2018-01-16 14:26:39 -08:00
functional Update the inspec support check to warn to stderr. (#2446) 2018-01-05 21:17:37 +01:00
integration xml resource: support fetching attributes (#2423) 2018-01-16 14:26:39 -08:00
unit Docker Swarm service resource (#2456) 2018-01-23 12:30:14 -08:00
docker_run.rb travis experiment: lower docker concurrency 2016-08-10 12:52:21 +01:00
docker_test.rb Load all dependent libraries, even if include_context isn't called 2016-09-04 20:55:20 +02:00
helper.rb Docker Swarm service resource (#2456) 2018-01-23 12:30:14 -08:00