Skip to content

Commit

Permalink
changed to H1 for Docker Support section. modified docker run stateme…
Browse files Browse the repository at this point in the history
…nts to run from ghcr.io/siafoundation
  • Loading branch information
bustedware committed Oct 26, 2023
1 parent b60a042 commit 73ee835
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ go generate ./...
CGO_ENABLED=1 go build -o bin/ -tags='testnet netgo timetzdata' -trimpath -a -ldflags '-s -w' ./cmd/hostd
```

## Docker Support
# Docker Support

`hostd` includes a `Dockerfile` which can be used for building and running
hostd within a docker container. The image can also be pulled from `ghcr.io/siafoundation/hostd`.
Expand All @@ -136,7 +136,7 @@ docker run -d \
-v ./storage:/storage \
-e HOSTD_SEED="my wallet seed" \
-e HOSTD_API_PASSWORD=hostsarecool \
hostd:latest
ghcr.io/siafoundation/hostd:latest
```

### Testnet
Expand All @@ -149,7 +149,7 @@ docker run -d \
-v ./storage:/storage \
-e HOSTD_ZEN_SEED="my wallet seed" \
-e HOSTD_ZEN_API_PASSWORD=hostsarecool \
hostd:latest-testnet
ghcr.io/siafoundation/hostd:latest-testnet

### Docker Compose

Expand Down

0 comments on commit 73ee835

Please sign in to comment.