Loading content/resolver.rst +2 −2 Original line number Diff line number Diff line Loading @@ -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, Loading @@ -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 ---------------- Loading Loading
content/resolver.rst +2 −2 Original line number Diff line number Diff line Loading @@ -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, Loading @@ -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 ---------------- Loading