Skip to content

Commit

Permalink
Merge pull request deis#2380 from mboersma/insecure-reg-docs
Browse files Browse the repository at this point in the history
docs(hacking): note that Docker 1.3.1 may need --insecure-registry
  • Loading branch information
mboersma committed Nov 5, 2014
2 parents fe46f38 + d188ecc commit 5829220
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/contributing/hacking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@ target to spin up a quick, disposable registry inside a Docker container.
To configure the registry for local Deis development:
export DEV_REGISTRY=192.168.59.103:5000
.. note::

For Docker 1.3.1 and later, ``docker push`` to this development registry may fail
without SSL certificate support. Restart docker with an ``--insecure-registry`` flag.

For ``boot2docker`` 1.3.1 for example, add
``EXTRA_ARGS="--insecure-registry 192.168.59.103:5000"`` to
/var/lib/boot2docker/profile and restart docker with ``sudo /etc/init.d/docker restart``.

If you are developing elsewhere, you must set up a registry yourself.
Make sure it meets the following requirements:

Expand Down

0 comments on commit 5829220

Please sign in to comment.