Podman experimental and not native MacOs (#636)

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
This commit is contained in:
Matthew B White 2022-02-08 14:39:39 +00:00 committed by GitHub
parent ecbf3f5db1
commit 19b8f6bcbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,8 @@ To learn more about how to use the improvements to the Chaincode-as-a-service pl
## Podman
*Note - podman support should be considered experimental. There are issues with volume mounting on MacOS that prevent this working. If wish to use podman a LinuxVM is suggested.*
A copy of the `install_fabric.sh` script is in the `test-network` directory. This has been enhanced to support a `podman` argument; if used it will use the `podman` command to pull down images and tag them rather than docker. The images are the same, just pulled differently
The `network.sh` script has been enhanced so that it can use `podman` and `podman-compose` instead of docker. Ensure that `CONTAINER_CLI` is set as below when running `network.sh` script.
@ -44,3 +46,5 @@ CONTAINER_CLI=podman ./network.sh up
As there is no Docker-Daemon when using podman, only the `./network.sh deployCCAAS` command will work.