grim/convey

86694452d869
remove a bunch of debug output from the fs copy stuff
tasks:
normal:
type: docker/run
image: nginx:alpine
detach: true
health-check:
type: docker/run
image: nginx:alpine
detach: true
healthcheck:
interval: 1s
timeout: 3s
command: wget -O - http://localhost
plans:
default:
stages:
- tasks:
- normal
- tasks:
- health-check