You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to get access to a sgx-enabled VM and/or container and, for containers, what the intended deployment model is (e.g., how is kernel device passed, is container supposed to run psw or will the psw socket be shared from host, and if so how, ..)
to run docker/docker-compose equivalents from within a container.
might require shared volumes for source on dev container so volume mounts work
general fabric-on-kubernetes guides (see e.g., FAB-11240 which seems
tasked to do exactly that but as-of-2020-07-07 seems still very early WIP ..)
might also require refactoring standard chaincode to use external builder (otherwise it would expect docker to build and run the corresponding chaincode)
implement/documentation aspects:
Core FPC with integration tests (but not docker-compose; ie., demo only via mock)
Full FPC support (including docker-compose and docker-compose based demo)
most bang for the buck probably would be to do chaincode-deployment to k8s via external builders while still running the infrastructure via docker(-compose) in our tests. Note: docker(-compose) use and related scripts are only for tests so doing that first without doing scalable chaincode enablement would not be thaat useful in a production environment wherreas the converse is useful.
Link to feature or bug
Link to dependent issues
The text was updated successfully, but these errors were encountered:
Description
dev
container so volume mounts worktasked to do exactly that but as-of-2020-07-07 seems still very early WIP ..)
Link to feature or bug
Link to dependent issues
The text was updated successfully, but these errors were encountered: