github.com/tw-bc-group/fabric-ca@v2.0.0-alpha+incompatible/docker/README.md (about) 1 # To build a docker image with fabric-ca 2 ```sh 3 $ cd /path/to/fabric-ca; make docker 4 ``` 5 6 # Docker compose files 7 8 ## Server 9 The server directory contains a docker-compose file to run the fabric-ca-server. 10 To start the server: 11 ```sh 12 $ cd path/to/fabric-ca/docker/server; docker-compose up 13 ``` 14 15 ## Examples 16 17 ### client-server-flow 18 This example generic client and server flows. 19 To run the example: 20 ```sh 21 $ cd path/to/fabric-ca/docker/examples/client-server-flow; docker-compose up 22 ``` 23 24 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. 25 s