Skip to content

brimstone/dargo

Repository files navigation

dargo

Deploy apps directly to docker.

GoDoc

Why?

Inspired from Kelsey Hightower's presentation at dotGo 2016 of Kargo library, I wanted also be able to deploy applications directly to Docker Swarm

Usage

Check out the example app in example. It's as simple as:

package main

import (
	"fmt"

	"github.com/brimstone/dargo"
)

func main() {
	dargo.DeployAndExit(dargo.DeployOptions{
		Tags: []string{"hello-dargo"},
	})
	fmt.Println("Hello world!")
}

About

Deploy apps directly to docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published