cactus-quorum-all-in-one
100K+
This docker image is for
testinganddevelopmentonly. Do NOT use in production!
An all in one quorum docker image with Tessera included for private transaction support.
Example .vscode/tasks.json file for building/running the image:
{
"version": "2.0.0",
"tasks": [
{
"label": "Docker - BUILD and TAG: Latest",
"type": "shell",
"command": "docker build . -t hyperledger/cactus-quorum-all-in-one:latest"
},
{
"label": "Docker Compose - BUILD",
"type": "shell",
"command": "docker-compose build --force-rm"
},
{
"label": "Docker Compose - UP",
"type": "shell",
"command": "docker-compose up --force-recreate "
}
]
}
Content type
Image
Digest
Size
298.9 MB
Last updated
about 5 years ago
docker pull hyperledger/cactus-quorum-all-in-one:2021-05-03-quorum-v21.4.1Pulls:
129
Last week