moorkop / mccy-engine

Provides a web based "Minecraft Server as a Service" (MCaaS?) to deploy Minecraft server containers on any Docker Swarm cluster or standalone Engine instance.
Apache License 2.0
12 stars 4 forks source link

Apply the 'name' as the initial MOTD and normalize into legal container name #8

Closed itzg closed 8 years ago

itzg commented 8 years ago

...otherwise the allowed characters for the name is limited to identifier characters

sshipway commented 8 years ago

Maybe the default MOTD could be something like "A Minecraft server running ${name}"

The original name should probably be stored in a container label, such as mccy.name, for later reference (labels are useful)

itzg commented 8 years ago

Just a remind to document the label at https://github.com/itzg/minecraft-container-yard/wiki/Container-labels

itzg commented 8 years ago

40 took care of most of this. Let's open a new issue for MOTD aspects.