Commit 058724b5 authored by nimrod's avatar nimrod
Browse files

Update resolver image.

parent ad1945e4
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ To create a new container:

.. code:: shell

    docker run -it adarnimrod/resolver
    docker run -it registry.shore.coil/resolver

Inside the container you have access to :code:`nslookup`, :code:`dig` and
:code:`mail` for testing purposes. If you need to test new changes,
@@ -32,7 +32,7 @@ If you want to run just a single command (like getting the MX record for

.. code:: shell

    docker run adarnimrod/resolver dig +short shore.co.il mx
    docker run registry.shore.co.il/resolver dig +short shore.co.il mx

How does it work
----------------