Skip to content

Very simple HTTP service that provisions a set of services given a Yaml file

Notifications You must be signed in to change notification settings

dockito/provisioner

Repository files navigation

Dockito provisioner

YAML based Systemd service provisioner.

This is just a POC, there is not even authentication in place.

Provisioning an application

Given a file sample.fig.yml with a set of Docker containers to run:

jenkins:
  image: jenkins:latest
  ports:
    - 8080
  environment:
    VIRTUAL_HOST: ci.local.dockito.org
    VIRTUAL_PORT: 8080

redis:
  image: redis:latest

You can provision it on a CoreOS cluster running this provisioner by simply:

curl -F [email protected] "http://provisioner.local.dockito.org?access-token=C9nQk3waqBDzi3748vxNl5uNBWp57QPe"

Where my-apllication can be any name to describe your set of services.

About

Very simple HTTP service that provisions a set of services given a Yaml file

Resources

Stars

Watchers

Forks

Packages

No packages published