Skip to content

Commit

Permalink
update dev docker images tag, remove mac specific section
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoeldner committed Sep 18, 2024
1 parent a7efa99 commit beaa845
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ by clicking on `Run Workflow` selecting the respective branch.

The docker image URLs are:

- development image for git rev SHORT_REV: `ghcr.io/kadena-io/chainweb-node:sha-SHORT_REV` (private)
- development image for git rev SHORT_REV: `ghcr.io/kadena-io/chainweb-node:sha-SHORT_REV-frozen` (private)
- latest released ubuntu image: `ghcr.io/kadena-io/chainweb-node/ubuntu:latest` (public)
- latest released alpine image: `ghcr.io/kadena-io/chainweb-node/alpine:latest` (public)

Expand Down Expand Up @@ -200,13 +200,6 @@ docker compose -f docker-compose.minimal.yaml up --remove-orphans -d
# use --remove-orphans if you no longer need the full devnet containers and they're causing problems
```

For MacOS with M1 chips you could use:

```
docker compose -f docker-compose.mac.minimal.yaml up --remove-orphans -d
# use --remove-orphans if you no longer need the full devnet containers and they're causing problems
```

This instance features a single node, simulation mining client, and nginix proxy. It does not have a stratum profile or others from the main docker-compose.yaml at this time (profiles 'test' and 'pact' are present, but have not been tested with this compose file). It does utilize the the same environment variables (except the unused stratum port or the node replica counts).

## Database bind mount
Expand Down

0 comments on commit beaa845

Please sign in to comment.