此内容没有您所选择的语言版本。
Chapter 4. New Features
This section highlights some of the new features offered by Red Hat Container Development Kit 3.8. The new version also contains a number of bug fixes.
Red Hat Container Development Kit 3.8 contains the Minishift tool, a Red Hat Enterprise Linux 7 ISO, and the oc
(OpenShift client) binary for interacting with OpenShift Container Platform.
4.1. Minishift 复制链接链接已复制到粘贴板!
Red Hat Container Development Kit 3.8 is based on Minishift, a command line tool to provision OpenShift locally for application developers. It supports all native hypervisors and some additional ones:
- macOS
- xhyve (default)
- VirtualBox
- Linux
- KVM (default)
- VirtualBox
- Windows
- Hyper-V (default)
- VirtualBox
4.2. New Features 复制链接链接已复制到粘贴板!
Container Development Kit now includes a prerequisite installer for the macOS and Microsoft Windows operating systems. To install prerequisites, use the following command:
minishift setup
$ minishift setup
Copy to Clipboard Copied! Toggle word wrap Toggle overflow NoteYou must run
minishift setup-cdk
before running theminishift setup
command.Container Development Kit now supports starting and stopping the system tray without starting the OpenShift Container Platform cluster. To start the system tray, run the following command:
minishift service start systemtray
$ minishift service start systemtray
Copy to Clipboard Copied! Toggle word wrap Toggle overflow To stop the system tray, run the following command:
minishift service stop systemtray
$ minishift service stop systemtray
Copy to Clipboard Copied! Toggle word wrap Toggle overflow