A toolkit for building secure, portable and lean operating systems for containers
Go to file
Rolf Neugebauer 2c91f6273f cli: Simplify run_hyperkit.go
Separating command line option parsing from executing hyperkit
makes the code awkward with many parameters passed between functions.

Having everything in one function makes the code simpler.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2017-04-02 19:33:25 +01:00
src/cmd/moby cli: Simplify run_hyperkit.go 2017-04-02 19:33:25 +01:00