Skip to content

Commit 3b772fa

Browse files
docs(contrib): Clarify source of DEV_REGISTRY IP Address
1 parent c6d4c29 commit 3b772fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/contributing/hacking.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ Configure a Docker Registry
8080
The development workflow requires Docker Registry set at the ``DEV_REGISTRY``
8181
environment variable. If you're developing locally you can use the ``dev-registry``
8282
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``.
8385

8486
.. code-block:: console
8587

0 commit comments

Comments
 (0)