Skip to content

Commit f314080

Browse files
authored
Merge pull request #58166 from jluk/patch-10
add port config checking
2 parents 7c2f7ca + 510d64f commit f314080

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/container-instances/container-instances-troubleshooting.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ This error indicates that due to heavy load in the region in which you are attem
202202

203203
Azure Container Instances does not expose direct access to the underlying infrastructure that hosts container groups. This includes access to the Docker API running on the container's host and running privileged containers. If you require Docker interaction, check the [REST reference documentation](https://aka.ms/aci/rest) to see what the ACI API supports. If there is something missing, submit a request on the [ACI feedback forums](https://aka.ms/aci/feedback).
204204

205+
## IPs may not be accessible due to mismatched ports
206+
Azure Container Instances does not currently support port mapping like with regular docker configuration, however this fix is on the roadmap. If you find IPs are not accessible when you believe it should be, ensure you have configured your container image to listen to the same ports you expose in your container group with the `ports` property.
207+
205208
## Next steps
206209
Learn how to [retrieve container logs & events](container-instances-get-logs.md) to help debug your containers.
207210

0 commit comments

Comments
 (0)