Skip to content

Commit

Permalink
B & B: Capitalize this and that
Browse files Browse the repository at this point in the history
  • Loading branch information
mnordsletten committed Dec 18, 2018
1 parent 21d3615 commit 21b86f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Mothership-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ add :code:`serve` at the end, followed by the Mothership options you want to cha
Bobs and Builders
-----------------

In order to build images with specific versions of IncludeOS there was a need to create a new system. In addition there needed to be a way to manage these different builders. Therefore the following terms have been introduced into Mothership:
In order to build images with specific versions of IncludeOS there was a need to create a new system. In addition there needed to be a way to manage these different Builders. Therefore the following terms have been introduced into Mothership:

.. glossary::

Expand All @@ -124,7 +124,7 @@ BobProvider
Both Bobs and Builders have the following information:

ID
ID of the Bob/Builder. Used in all API calls when it is required to specify a bob/builder.
ID of the Bob/Builder. Used in all API calls when it is required to specify a Bob/Builder.
Name
Name of the Bob/Builder.
Version
Expand All @@ -148,11 +148,11 @@ In order to prepare a Builder the following tasks must be completed:

/v1/bobproviders

#. Update one of the bobproviders, here ``DockerHub`` is chosen::
#. Update one of the Bobproviders, here ``DockerHub`` is chosen::

/v1/bobproviders/DockerHub/update

#. Get list of available bobs from the ``DockerHub`` provider::
#. Get list of available Bobs from the ``DockerHub`` provider::

/v1/bobproviders/DockerHub/bobs

Expand All @@ -162,7 +162,7 @@ In order to prepare a Builder the following tasks must be completed:

#. Check list of Builders::

/v1/Builders
/v1/builders


Example 2: Building and validating NaCls
Expand Down

0 comments on commit 21b86f1

Please sign in to comment.