Running Devnet with custom stacks node and signer Docker image #2095
hugo-stacks
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Clarinet runs Devnet with specific tags for each Docker image. For example, Clarinet v3.10.0 uses the following images:
blockstack/stacks-blockchain:3.3.0.0.1-alpineblockstack/stacks-signer:3.3.0.0.1.0-alpineWe recommend Devnet users let Clarinet handle it and use the default version. This ensures that your Clarinet version can handle and properly configure the images it uses.
In some cases, you may need to use other images. Clarinet lets you do this by configuring it in
settings/Devnet.toml.For example, if you don't want to run the
alpineimages:Using a local image
You can build an image locally and use it.
git clone git@github.com:stacks-network/stacks-core.git cd stacks-core git checkout developstacks-node:local:Use the image in a Clarinet project
Set the image to be used:
Then start Devnet:
Beta Was this translation helpful? Give feedback.
All reactions