Skip to content

Commit

Permalink
ADd basic readme for now
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Feb 21, 2024
1 parent 002b186 commit e9f9d54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,9 @@ readinessProbe:
```

See [Configure Probes](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes) for more information about configuring readiness and liveness probes for Kubernetes clusters. The `initialDelaySeconds` parameter may need to be adjusted higher or lower depending on the speed to start up on the host the container is running on.

## Simulator

`docker run -e service=simulator -v /local/path/to/simulator:/root/.chia/simulator ghcr.io/chia-network/chia:latest`

Mounts the simulator root to the provided local path to make the test plots and the mnemonic persistent. Mnemonic will be available at /local/path/to/simulator/mnemonic

0 comments on commit e9f9d54

Please sign in to comment.