runtime
runtime copied to clipboard
Enhancement Request: Set DNS name within Acronfile
It would be nice to be able to add a DNS name to the port definition of a container.
something like
containers: {
flask: {
image: "clemenko/flask_simple"
ports: publish: "flask.rfed.me:5000/http"
scale: 1
}
This will make shipping production apps a little more reproducible. Please allow for override from the command line with
-p flask.rfed.io:web:
Similar to #206
@ibuildthecloud I thought this would already be doable, no?
There's a way to do this but you need an acorn of acorns. I'll explain after the meetup. This stuff is undocumented, because again, on the fence about this stuff.
Oh wait, there isn't. Okay, let me think about how this can be done.