Skip to content

rupakg/pmxadapter

 
 

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.

###Create Panamax Adapter in Go

Building a remote adapter was designed so teams could use their favorite language, but all of the adapters had been written in Ruby. This article will explain how to create a working Panamax remote adapter using Go.

Everything you need to create and adapter is outlined in the Adapter Developer Guide.

This process has been greatly simplified for Go developers by using the pmxadapter project.

Build Steps

  1. Create your go project
  2. Go get github.com/CenturyLinkLabs/pmxadapter
  3. Implement the adapter interface.
  4. Create the server

Sample

A sample can be found here: https://github.com/CenturyLinkLabs/sample-go-adapter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%