We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d4c29 commit 3b772faCopy full SHA for 3b772fa
1 file changed
docs/contributing/hacking.rst
@@ -80,6 +80,8 @@ Configure a Docker Registry
80
The development workflow requires Docker Registry set at the ``DEV_REGISTRY``
81
environment variable. If you're developing locally you can use the ``dev-registry``
82
target to spin up a quick, disposable registry inside a Docker container.
83
+The target ``dev-registry`` prints the registry's address and port when using ``boot2docker``;
84
+otherwise, use your host's IP address as returned by ``ifconfig`` with port 5000 for ``DEV_REGISTRY``.
85
86
.. code-block:: console
87
0 commit comments