Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 1c722f8

Browse files
authored
Merge pull request #2088 from OpenBazaar/sz/dockerreadme
Add Docker step to README
2 parents e07c2cc + cd7d9e4 commit 1c722f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ The easiest way to run the server is to download a pre-built binary. You can fin
3434

3535
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).
3636

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+
3745
## Dependency Management
3846

3947
We use [Godeps](https://github.com/tools/godep) with vendored third-party packages.

0 commit comments

Comments
 (0)