You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,14 @@ The easiest way to run the server is to download a pre-built binary. You can fin
34
34
35
35
To build from source you will need to have Go installed and properly configured. Detailed instructions for installing Go and openbazaar-go on each operating system can be found in the [docs package](https://github.com/OpenBazaar/openbazaar-go/tree/master/docs).
36
36
37
+
### Run via Docker image
38
+
39
+
You can also use our Docker Hub image to run openbazaar-go. `latest` points to the latest release, but you can run any other version by matching the release tag to the Docker image tag.
40
+
41
+
```
42
+
docker run -it openbazaar/server:latest [OPTIONS] start [start-OPTIONS]
43
+
```
44
+
37
45
## Dependency Management
38
46
39
47
We use [Godeps](https://github.com/tools/godep) with vendored third-party packages.
0 commit comments