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

Commit

Permalink
Merge pull request #2088 from OpenBazaar/sz/dockerreadme
Browse files Browse the repository at this point in the history
Add Docker step to README
  • Loading branch information
cpacia authored Aug 18, 2020
2 parents e07c2cc + cd7d9e4 commit 1c722f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ The easiest way to run the server is to download a pre-built binary. You can fin

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

### Run via Docker image

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.

```
docker run -it openbazaar/server:latest [OPTIONS] start [start-OPTIONS]
```

## Dependency Management

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

0 comments on commit 1c722f8

Please sign in to comment.