File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
guides/hack/40-contributing Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -72,14 +72,16 @@ automatically.
7272
7373## Running An Old Instance
7474
75- If you want to see old versions of the docs, we provide [ regular
76- Docker images of this
77- site ] ( https://hub.docker.com/r/hhvm/user-documentation/tags ) . This is
78- not suitable for development, but it's useful if you're working with
75+ If you want to see old versions of the docs, we provide [ regular Docker
76+ images of this site ] ( https://ghcr.io/hhvm/user-documentation ) (previously
77+ on [ Docker Hub ] ( https://hub.docker.com/r/hhvm/user-documentation/tags ) ).
78+ This is not suitable for development, but is useful if you're working with
7979an old HHVM/Hack version.
8080
81+
82+
81831 . Install [ Docker] ( https://docs.docker.com/engine/installation/ ) .
82- 2 . Start a container with ` docker run -p 8080:80 -d hhvm/user-documentation ` .
84+ 2 . Start a container with: ` docker run -p 8080:80 -d ghcr.io/ hhvm/user-documentation ` .
83853 . You can then access a local copy of the documentation at < http://localhost:8080 > .
8486
8587## Running A Production Instance
You can’t perform that action at this time.
0 commit comments