Skip to content

Files

Latest commit

 

History

History
 
 

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

To build a docker image with fabric-ca

$ cd /path/to/fabric-ca; make docker

Docker compose files

Server

The server directory contains a docker-compose file to run the fabric-ca-server. To start the server:

$ cd path/to/fabric-ca/docker/server; docker-compose up

Examples

client-server-flow

This example generic client and server flows. To run the example:

$ cd path/to/fabric-ca/docker/examples/client-server-flow; docker-compose up

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. s