docs/current_docs/partials/cookbook/services/_expose-service-to-host.mdx
The Dagger Function below creates and returns an HTTP service. This service can be used from the host.
<Tabs groupId="language" queryString="sdk"> <TabItem value="go" label="Go">Access the service from the host:
curl localhost:8080
Access the service from the host:
curl localhost:9000