inspec/test/unit/mock
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
..
cmd Docker Swarm service resource (#2456) 2018-01-23 12:30:14 -08:00
files grub_conf resource: fix menuentry detection (#2408) 2018-01-18 13:20:48 -08:00
profiles Add platform resource and platform supports (#2393) 2018-01-02 11:04:13 -08:00