Sign inSign up

hyperledger/cactus-quorum-all-in-one

Sponsored OSS

By Linux Foundation

Updated over 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

143.6 MB

Last updated

over 5 years ago

docker pull hyperledger/cactus-quorum-all-in-one

This week's pulls

Pulls:

42

Last week