minikube/vendor/github.com/docker/go-units
dlorenc e8a60b9cdf Initial prototype using libmachine and localkubectrl.
go run cli/main.go start will bring up a VM with localkube
running and print out instructions on how to use it.

Lots to do still:
- This is not very safe to re-run, but it will attempt to reuse a VM
if it already exists
- Commands for stopping/restarting/deleting
2016-04-19 11:21:57 -07:00
..
CONTRIBUTING.md Initial prototype using libmachine and localkubectrl. 2016-04-19 11:21:57 -07:00
LICENSE.code Initial prototype using libmachine and localkubectrl. 2016-04-19 11:21:57 -07:00
LICENSE.docs Initial prototype using libmachine and localkubectrl. 2016-04-19 11:21:57 -07:00
MAINTAINERS Initial prototype using libmachine and localkubectrl. 2016-04-19 11:21:57 -07:00
README.md Initial prototype using libmachine and localkubectrl. 2016-04-19 11:21:57 -07:00
circle.yml Initial prototype using libmachine and localkubectrl. 2016-04-19 11:21:57 -07:00
duration.go Initial prototype using libmachine and localkubectrl. 2016-04-19 11:21:57 -07:00
size.go Initial prototype using libmachine and localkubectrl. 2016-04-19 11:21:57 -07:00
ulimit.go Initial prototype using libmachine and localkubectrl. 2016-04-19 11:21:57 -07:00

README.md

GoDoc

Introduction

go-units is a library to transform human friendly measurements into machine friendly values.

Usage

See the docs in godoc for examples and documentation.

Copyright © 2015 Docker, Inc. All rights reserved, except as follows. Code is released under the Apache 2.0 license. The README.md file, and files in the "docs" folder are licensed under the Creative Commons Attribution 4.0 International License under the terms and conditions set forth in the file "LICENSE.docs". You may obtain a duplicate copy of the same license, titled CC-BY-SA-4.0, at http://creativecommons.org/licenses/by/4.0/.