We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4673ea commit ad7b283Copy full SHA for ad7b283
1 file changed
docs/contributing/hacking.rst
@@ -113,6 +113,13 @@ This will create a new virtual machine named `deis-registry` that will take
113
up as much as 100,000 MB of disk space. Registries tend to be large, so
114
allocating a big disk is a good idea.
115
116
+Once the deis-registry machine exists, source its values into your environment
117
+so your docker client knows how to use the new machine.
118
+
119
+.. code-block:: console
120
121
+ $ eval "$(docker-machine env deis-registry)"
122
123
.. note::
124
125
Because the registry that we create will not have a valid SSL certificate,
0 commit comments