Skip to content

Commit d188ecc

Browse files
committed
docs(hacking): note that Docker 1.3.1 may need --insecure-registry
1 parent 26761df commit d188ecc

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/contributing/hacking.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,15 @@ target to spin up a quick, disposable registry inside a Docker container.
8888
To configure the registry for local Deis development:
8989
export DEV_REGISTRY=192.168.59.103:5000
9090
91+
.. note::
92+
93+
For Docker 1.3.1 and later, ``docker push`` to this development registry may fail
94+
without SSL certificate support. Restart docker with an ``--insecure-registry`` flag.
95+
96+
For ``boot2docker`` 1.3.1 for example, add
97+
``EXTRA_ARGS="--insecure-registry 192.168.59.103:5000"`` to
98+
/var/lib/boot2docker/profile and restart docker with ``sudo /etc/init.d/docker restart``.
99+
91100
If you are developing elsewhere, you must set up a registry yourself.
92101
Make sure it meets the following requirements:
93102

0 commit comments

Comments
 (0)