Update directions for using Docker Hub Registry

Our base Docker image is now located at: https://registry.hub.docker.com/u/breandan/intellij-sdk-docs/

We still need to push this image to its final destination: https://hub.docker.com/u/jetbrains/ @SergeyZh
This commit is contained in:
breandan 2015-07-22 14:28:12 -04:00
parent 5e07cbd38e
commit d419a3e185

View File

@ -36,8 +36,8 @@ In order to build the documentation site, you will need:
To build and run this site on Docker, execute the following commands:
* `docker build -t intellij-sdk-docs /intellij-sdk-docs`
* `docker run intellij-sdk-docs`
* `docker pull breandan/intellij-sdk-docs`
* `docker run intellij-sdk-docs`
**OS X**