1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00

Test resize, and update docs

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-06-02 10:33:47 +10:00
parent 9962e4c232
commit 62c9096164
7 changed files with 74 additions and 15 deletions

View File

@@ -58,7 +58,6 @@ func stopDocker(c chan interface{}) error {
func bootstrap(cfg *config.CloudConfig) error {
log.Info("Launching Bootstrap Docker")
log.Infof("bootstrap container: Autoformat(%v)", cfg.Rancher.State.Autoformat)
c, err := startDocker(cfg)
if err != nil {