Skip to content

rupakg/panamax-remote-agent-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panamax - Docker Management for Humans

Panamax is a containerized app creator with an open-source app marketplace hosted in GitHub. Panamax provides a friendly interface for users of Docker, Fleet & CoreOS. With Panamax, you can easily create, share, and deploy any containerized app no matter how complex it might be. Learn more at Panamax.io or browse the Panamax Wiki.

panamax-remote-agent-go

Circle CI

Replaces CenturyLinkLabs/panamax-remote-agent

Installation for development

Pre-requisites

$ go get github.com/CenturyLinkLabs/panamax-remote-agent-go
$ cd $GOPATH/src/github.com/CenturyLinkLabs/panamax-remote-agent-go
$ sqlite3 db/agent.db < db/create.sql # for main
$ sqlite3 db/agent_test.db < db/create.sql # for integration tests
$ go test ./... #should all pass

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%