minishift / minishift-fedora-iso

Fedora-based Minishift ISO
GNU Lesser General Public License v3.0
6 stars 10 forks source link

Issue #13 Add crio, podman, buildah and skopeo package #14

Open praveenkumar opened 6 years ago

praveenkumar commented 6 years ago

retest this please.

gbraad commented 6 years ago

@vbatts Please have a look. Artifacts are available here: http://artifacts.ci.centos.org/minishift/minishift-centos-iso/pr/14/

Use with Minishift as follows:

$ MINISHIFT_ENABLE_EXPERIMENTAL=y minishift start --iso-url file://$PWD/minishift-fedora.iso --no-provision

this will start an instance without OpenShift, but with a working environment to use docker, podman, etc... and allows you to target with the --vm-driver generic or your own tools using minishift ssh or similar.

gbraad commented 6 years ago

Note; the artifacts store is wrong and will be fixed as #16

praveenkumar commented 5 years ago

retest this please.