======== before umount ===========
ls -la /var/lib ========== \n total 104
drwxr-xr-x. 26 root root 4096 Sep 18 01:03 .
drwxr-xr-x. 19 root root 4096 Sep 18 01:08 ..
drwx------. 2 root root 4096 Sep 18 01:09 NetworkManager
drwxr-xr-x. 2 root root 4096 Sep 18 01:02 alternatives
drwxr-xr-x. 3 root root 4096 Sep 18 00:58 atomic
drwxr-xr-x. 2 root root 4096 Nov 6 2016 dbus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ---- systemctl status docker | |
* docker.service - Docker Application Container Engine | |
Loaded: loaded (/etc/systemd/system/docker.service; enabled; vendor preset: disabled) | |
Active: failed (Result: exit-code) since Wed 2017-09-06 11:28:59 EDT; 12min ago | |
Docs: http://docs.docker.com | |
Process: 1508 ExecStart=/usr/bin/dockerd-current -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --selinux-enabled --log-driver=journald --signature-verification=false --add-runtime docker-runc=/usr/libexec/docker/docker-runc-current --default-runtime=docker-runc --exec-opt native.cgroupdriver=systemd --userland-proxy-path=/usr/libexec/docker/docker-proxy-current --storage-driver devicemapper --tlsverify --tlscacert /etc/docker/ca.pem --tlscert /etc/docker/server.pem --tlskey /etc/docker/server-key.pem (code=exited, status=1/FAILURE) | |
Process: 1485 ExecStartPre=/opt/cert-gen.sh (code=exited, status=0/SUCCESS) | |
Main PID: 1508 (code=exited, status=1/FAILURE) | |
Sep 06 11:28:56 localhost.localdomain systemd[1]: Starting |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rm -rf ~/.minishift/ | |
$ ls ~/.minishift -l | |
ls: cannot access '/home/budhram/.minishift': No such file or directory | |
$ minishift start --profile budhrg | |
-- Installing default add-ons ... OK | |
-- Checking if KVM driver is installed ... | |
Driver is available at /usr/local/bin/docker-machine-driver-kvm ... | |
Checking driver binary is executable ... OK |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .................. couldn't copy as lines above are truncated due to less buffer probably ............ | |
patching file gcc/config/xtensa/uclinux.h | |
patching file gcc/config/xtensa/uclinux.opt | |
patching file libgcc/config.host | |
Hunk #1 succeeded at 1275 (offset -20 lines). | |
Applying 875-xtensa-implement-trap-pattern.patch using patch: | |
patching file gcc/config/xtensa/xtensa.h | |
patching file gcc/config/xtensa/xtensa.md | |
Hunk #2 succeeded at 1767 (offset 3 lines). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14:13 $ cat /usr/lib/golang/src/crypto/crypto.go | |
// Copyright 2011 The Go Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style | |
// license that can be found in the LICENSE file. | |
// Package crypto collects common cryptographic constants. | |
package crypto | |
import ( | |
"hash" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ minishift version | |
Minishift version: 1.0.0 | |
$ minishift start --memory 4096 | |
Starting local OpenShift cluster using 'kvm' hypervisor... | |
Downloading OpenShift binary 'oc' version 'v1.5.1' | |
19.96 MiB / 19.96 MiB [==========================================================================================================================] 100.00% 0s | |
-- Checking OpenShift client ... OK | |
-- Checking Docker client ... OK | |
-- Checking Docker version ... OK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[budhram@dhcp35-83 minishift]$ minishift completion -h | |
Outputs minishift shell completion for the given shell (bash) | |
This depends on the bash-completion binary. Example installation instructions: | |
OS X: | |
$ brew install bash-completion | |
$ source $(brew --prefix)/etc/bash_completion | |
$ minishift completion bash > ~/.minishift-completion | |
$ source ~/.minishift-completion |

- Issue #342 ( bug ) - Update service command to be based on app routes
- Issue #466 ( bug ) - Improve the manual install steps for xhyve driver
- Issue #579 ( bug ) - CentOS CI test fail due to linkage errors
- Issue #588 ( bug ) - Plain docker mode: port mapping doesn't seem to work
- Issue #594 ( bug ) - Permission denied error on
make clean
fordocs/build
dir content - Issue #177 ( feature ) - Provide mechanism to configure OpenShift
- Issue #359 ( feature ) - Introduce context \minishift\
- Issue #511 ( feature ) - Add a version command as openshift subcommand
- Issue [#139](https://