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
cab3af3960dd6f99cbe615e032ffce17bd2bdaad
docker-machine/cmd/machine-driver-openstack.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/openstack"
"github.com/docker/machine/libmachine/drivers/plugin"
)
func main() {
plugin.RegisterDriver(openstack.NewDriver("", ""))
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 3925ms Template: 113ms
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