Posted inAzure Container Instances
Microsoft
6 years ago
Support for port mapping
In docker we can map ports as docker run -d -p 80:8080 foo/bar This is super helpful for cases where the container has fixed code to listen to some port like say 8080 but you want to expose that at a different port on the container. I do not see that option in the CLI. There should be something like az container create --ports 80:8080
Declined
All IdeasDeclined
Company Response
Microsoft
Company Response
This is a backlogged feature. We do support symmetrical port mapping today.
Vote
0 Comments