Nested container apps are currently not supported.
The following are known limitations of the local cluster running in a container for Mac's: However, we will be using this container in the next step. To stop and clean up the container, use the following command. When it is running, you can view logs using the following command or jump to the dashboard to view the clusters health: docker logs sftestcluster For example, if your application is listening on port 8080, add the following -p tag:ĭocker run -itd -p 19000:19000 -p 19080:19080 -p 8080:8080 -name sfonebox /service-fabric/onebox:u18
If your application is listening on certain ports, the ports must be specified by using additional -p tags. Provide a name for your container instance so it can be handled in a more readable manner.