Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Blockchain by (12.7k points)

I would like to set up Hyperledger Fabric on an Ubuntu machine with docker (docker-compose up). Is it possible to run the chaincode and nodejs code from another system (Mac system), as I already have Go and nodejs ready on the Mac.

Please help me with this query.

1 Answer

0 votes
by (29.5k points)

You can use same environment in different systems. This is the main reason to choose docker and docker-compose.

Just follow steps in the link below. Please confirm the version of tools.

https://hyperledger-fabric.readthedocs.io/en/latest/getting_started.html
To run on another system, you only have to simply build the image of your current hyperledger package on current system(Ubuntu). and use this image on another system(MAC).

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...