Skip to content

Commit

Permalink
docs(hacking): add docs to show how to use the docker-machine env
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Coffey committed Nov 5, 2015
1 parent d4673ea commit ad7b283
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/contributing/hacking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@ This will create a new virtual machine named `deis-registry` that will take
up as much as 100,000 MB of disk space. Registries tend to be large, so
allocating a big disk is a good idea.

Once the deis-registry machine exists, source its values into your environment
so your docker client knows how to use the new machine.

.. code-block:: console
$ eval "$(docker-machine env deis-registry)"
.. note::

Because the registry that we create will not have a valid SSL certificate,
Expand Down

0 comments on commit ad7b283

Please sign in to comment.