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
fc49adbcdfa1c6985fda170f5cac4fe009dee85d
docker-machine/commands/start.go

14 lines
206 B
Go
Raw Normal View History

Refactoring commands.go into new commands package, with separate file for each subcommand Signed-off-by: Dave Henderson <Dave.Henderson@ca.ibm.com>
2015-03-30 23:03:27 -04:00
package commands
import (
Refactor logging to focus on simple STDOUT/STDERR This also lays the foundation for the possibility of log drivers in the future, if it is decided that is a direction to pursue. Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-04-06 18:55:29 -07:00
"github.com/docker/machine/log"
Refactoring commands.go into new commands package, with separate file for each subcommand Signed-off-by: Dave Henderson <Dave.Henderson@ca.ibm.com>
2015-03-30 23:03:27 -04:00
"github.com/codegangsta/cli"
)
func cmdStart(c *cli.Context) {
if err := runActionWithContext("start", c); err != nil {
log.Fatal(err)
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 603ms Template: 3ms
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