hyperledger/cactus-quorum-all-in-one

Sponsored OSS

By Linux Foundation

Updated about 5 years ago

Image
0

100K+

hyperledger/cactus-quorum-all-in-one repository overview

quorum-docker-all-in-one

This docker image is for testing and development only. 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 "
    }
  ]
}

Tag summary

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.1

This week's pulls

Pulls:

129

Last week