Centurion 1.8.10
Two fixs and one feature, for a balanced diet.
Fixed: #164 via #177 - containers in host networking mode may now define a public port to be used during healthchecks. The port mapping will be passed through to Docker, but it should be ignored by the server.
Fixed: #128 via #147 - manually set container names were not obeyed, now they are. If you have a name:
set in your deploy tasks, please read the notes on #147 to avoid having duplicate containers present after a deploy, especially in host networking mode. You should comment out the name:
directive until you're ready to manually intervene as containers may not be found during a stop operation.
Feature: #170 Container label support! You may now specify labels to be assigned to the containers Centurion creates. See the README for details.