So the docker container names changed from Nomad 0.8.7 to 0.0.0-RC1.
In 0.8.7, they follow the documentation-described format of "{taskName}-{allocId}"
In 0.9.0-RC1, they are reversed PLUS have an additional tag at the end. "{allocId}-{taskName}-<whateverthisis>".
Where is the "whateverthisis" coming from? We have some custom utility tools that do things like let us jump into running containers for troubleshooting purposes. It takes extra steps to do that when we can't figure out that container name programatically.
I've looked through the output of command line and API task queries, and the command line Job and Eval with -verbose flags, and can't find that reference number anywhere.
Help?
Rod