Skip to content

Commit

Permalink
Update 01-Cloud-Foundry-Overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
djitz committed Nov 29, 2017
1 parent bdc1ab2 commit 663923c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions files/01-Cloud-Foundry-Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
> - production space route: http://myapp.cfapps.io
> **services** - any type of add-on that can be provisioned along side your apps
-- database, messaging, mail, third-party SaaS provider
-- services are usually bound to 1 or more applications
-- connection info and credentials are put in an environment variable: `VCAP_SERVICES`
> - database, messaging, mail, third-party SaaS provider
> - services are usually bound to 1 or more applications
> - connection info and credentials are put in an environment variable: `VCAP_SERVICES`
> **domains** - define routes to apps
> **users** - a user account represents an individual person within the context of a PCF application. A user can have different roles in different spaces within an org, governing what level and type of access they have within that space.
> **quotas** - restrict resources for orgs and spaces
-- total memory
-- total number of routes
-- max application instance size
-- total number of services
> - total memory
> - total number of routes
> - max application instance size
> - total number of services
- How do you login to Cloud Foundry?
> `cf login [-a API_URL] [-u USERNAME]`
Expand Down

0 comments on commit 663923c

Please sign in to comment.