Skip to content

Commit 464cad2

Browse files
committed
update mac set up doc to reflect container support
1 parent 3c2750c commit 464cad2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/service-fabric/service-fabric-get-started-mac.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ To set up a local Docker container and have a Service Fabric cluster running on
9595
4. Now you can quickly start a local copy of Service Fabric, whenever you need it, by running:
9696

9797
```bash
98-
docker run --name sftestcluster -d -p 19080:19080 -p 19000:19000 -p 25100-25200:25100-25200 mysfcluster
98+
docker run --name sftestcluster -d -v /var/run/docker.sock:/var/run/docker.sock -p 19080:19080 -p 19000:19000 -p 25100-25200:25100-25200 mysfcluster
9999
```
100100

101101
>[!TIP]
@@ -126,8 +126,6 @@ To set up a local Docker container and have a Service Fabric cluster running on
126126

127127
* DNS service does not run and is not supported [Issue #132](https://github.com/Microsoft/service-fabric/issues/132)
128128

129-
* Container applications cannot be deployed to this local cluster currently
130-
131129
## Set up the Service Fabric CLI (sfctl) on your Mac
132130

133131
Follow the instructions at [Service Fabric CLI](service-fabric-cli.md#cli-mac) to install the Service Fabric CLI (`sfctl`) on your Mac.

0 commit comments

Comments
 (0)