Go Gherkin Shell Makefile Python
Latest commit d7f374a Jan 10, 2018 @praveenkumar praveenkumar committed with LalatenduMohanty Issue #1898 Update xpaas templates for xpaas addon
    - https://github.com/openshift/openshift-ansible/tree/master/roles/openshift_examples/files/examples/v3.7/
    - xpaas-streams commit ID 0523b0e22c9f3e6e444d2cd6ee72d9b911cf7847
    - xpass-templates commit ID 0523b0e22c9f3e6e444d2cd6ee72d9b911cf7847
Permalink
Failed to load latest commit information.
.github Issue #1581 add issue template Dec 5, 2017
addons Issue #1898 Update xpaas templates for xpaas addon Jan 10, 2018
cmd Issue #1743 Fix wrong eval in docker-env Jan 8, 2018
docs Issue #1615 Document update for internal registry image pull Jan 4, 2018
pkg Issue #1894 Increase timeout to 5 mins for PV creation Jan 10, 2018
scripts Issue #1292 Adding two more estimation columns to planning script Aug 22, 2017
test Issue #1816 - Add a sleep step to integration tests Jan 9, 2018
.gitignore Issue #1472 Preflight check if virtualbox is installed Jan 2, 2018
.gitlab-ci.yml Issue #1507 Switch dependency management from Glide to Dep Nov 21, 2017
.travis.yml Issue #1507 Switch dependency management from Glide to Dep Nov 21, 2017
CONTRIBUTING.adoc Issue #1559 Adding a commit message validation target Oct 23, 2017
Gopkg.lock Issue #1472 Preflight check if virtualbox is installed Jan 2, 2018
Gopkg.toml Issue #1834 Adding explicit revision for osext dependency Dec 12, 2017
LICENSE Issue #472 Restore Kubernetes copyright notices Mar 2, 2017
Makefile cut v1.11.0 Jan 3, 2018
README.adoc Issue #1623 Using single link for developing and contributiung Oct 31, 2017
ROADMAP.adoc Issue #1504 Updating the Roadmap document Nov 10, 2017
appveyor.yml Issue #1507 Switch dependency management from Glide to Dep Nov 21, 2017
centos_ci.sh Issue #1568 - Add nightly with Minikube ISO Dec 19, 2017
circle.yml Issue #1507 Switch dependency management from Glide to Dep Nov 21, 2017
gen_help_text.go Issue #359 Add context as minishift Mar 21, 2017

README.adoc

Minishift

Welcome to Minishift!

Minishift is a tool that helps you run OpenShift locally by running a single-node OpenShift cluster inside a VM. You can try out OpenShift or develop with it, day-to-day, on your local host.

Minishift uses libmachine for provisioning VMs, and OpenShift Origin for running the cluster.

Build Status Build status Build status Build Status


Getting started

To download the latest binary and review release notes, see the Minishift releases page.

Minishift requires a hypervisor to start the virtual machine on which the OpenShift cluster is provisioned. Make sure that the hypervisor of your choice is installed and enabled on your system before you start Minishift.

For detailed installation instructions for Minishift and the required dependencies, see the Getting started documentation.

Documentation

Minishift documentation is published as a part of the OpenShift Origin documentation library. Check out the latest official Minishift documentation for information about getting started, using, and contributing to Minishift:

In addition, you can review the release notes and project roadmap here on GitHub:

Community

Minishift is an open-source project dedicated to developing and supporting Minishift. The code base is forked from the Minikube project.

Contributions, questions, and comments are all welcomed and encouraged!

You can reach the Minishift community by:

For information about contributing, building, and releasing Minishift, as well as guidelines for writing documentation, see the Contributing to Minishift topics.

If you want to contribute, make sure to follow the contribution guidelines when you open issues or submit pull requests.