5.2. Domain Management
5.2.1. Creating a Domain
A domain is required to create applications on OpenShift Enterprise. Create a new domain with the following command, specifying the name of the domain:
$ rhc domain create Domain_Name
The following example creates a domain named
automobile
.
Example 5.1. Creating a Domain
$ rhc domain create automobile
Creating domain 'automobile'
You may now create an application using the 'rhc app create' command
Note
The
Domains Allowed
setting determines the number of domains you can create. Use the rhc account
command to view account settings. Contact your system administrator to request any changes to your account, or see the OpenShift Enterprise Administration Guide at https://access.redhat.com/site/documentation for more information.