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
143.6 MB
Last updated
over 5 years ago
docker pull hyperledger/cactus-quorum-all-in-onePulls:
42
Last week