Skip to content

Commit 65717f6

Browse files
committed
Update documentation to mention where to get the Docker image
This is assuming that it actually ends up on docker.io Signed-off-by: Travis Ralston <[email protected]>
1 parent d135be9 commit 65717f6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,12 @@ sensible-browser http://localhost:6060/pkg/github.com/matrix-org/go-neb
225225

226226
## Docker image
227227

228-
There is a `Dockerfile` in the root of the repository which copies the local source files and builds go-neb.
228+
To get started quickly, use the image from docker.io:
229+
```
230+
docker run -v /path/to/data:/data -e "BASE_URL=http://your.public.url:4050" matrixdotorg/go-neb
231+
```
232+
233+
If you'd prefer to build the file yourself, clone this repository and build the `Dockerfile`.
229234

230235
The image sets the following environment variables:
231236
```

0 commit comments

Comments
 (0)