We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1a375 commit 326f860Copy full SHA for 326f860
src/content/docs/containers/local-dev.mdx
@@ -56,13 +56,13 @@ But for local development you will need to declare any ports you need to access
56
57
If you have not exposed any ports, you will see the following error in local development:
58
59
-```text
+```txt
60
The container "MyContainer" does not expose any ports. In your Dockerfile, please expose any ports you intend to connect to.
61
```
62
63
And if you try to connect to any port that you have not exposed in your `Dockerfile` you will see the following error:
64
65
66
connect(): Connection refused: container port not found. Make sure you exposed the port in your container definition.
67
68
0 commit comments