Logo
Explore Help
Sign In
Gotea/docker-machine
1
0
Fork 0
You've already forked docker-machine
Code Issues Pull Requests Releases Wiki Activity
Files
f80dc360c702e86d36c8af2cbceb60c13ce41eaf
docker-machine/cmd/machine-driver-softlayer.go

11 lines
196 B
Go
Raw Normal View History

Move towards using external binaries / RPC plugins - First RPC steps - Work on some flaws in RPC model - Remove unused TLS settings from Engine and Swarm options - Add code to correctly encode data over the network - Add client driver for RPC - Rename server driver file - Start to make marshal make sense - Fix silly RPC method args and add client - Fix some issues with RPC calls, and marshaling - Simplify plugin main.go - Move towards 100% plugin in CLI - Ensure that plugin servers are cleaned up properly - Make flag parsing for driver flags work properly Includes some work carried from @dmp42 updating the build process and tests to use the new method. Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-09-02 13:42:13 -07:00
package main
import (
"github.com/docker/machine/drivers/softlayer"
"github.com/docker/machine/libmachine/drivers/plugin"
)
func main() {
plugin.RegisterDriver(softlayer.NewDriver("", ""))
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 423ms Template: 52ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API