SimonBaeumer / goss

Quick and Easy server testing/validation
Apache License 2.0
26 stars 2 forks source link

[WIP] Add docker resource #63

Open SimonBaeumer opened 5 years ago

SimonBaeumer commented 5 years ago

Adds the docker resource to goss.

First draft:

docker:
  "alpine:3.7": # Image, Title or Name as title? 
    exist: true
    running: true
    image: "alpine:3.7"
    name: "alpine_name"
    count: 1

Fixes #57

Definition of done: