February 2018
Intermediate to advanced
406 pages
9h 55m
English
For the environment, I am using a macOS machine. We need to set up the following:
docker pull servicefabricoss/service-fabric-onebox
{
"ipv6": true,
"fixed-cidr-v6": "fd00::/64"
}
docker run -itd -p 19080:19080 servicefabricoss/service-fabric-onebox bash
./setup.sh ./run.sh
After the last step is complete, a development Service Fabric cluster is started that can be accessed at http://localhost:19080 from the browser.
Now we ...
Read now
Unlock full access