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

UI allows invalid container names, container fails to start #40

Closed sshipway closed 8 years ago

sshipway commented 8 years ago

If you create a new instance with a container name containing a space, this is an invalid name for the container and so it fails to start. The container name should be sanitised (replace space with _, etc) before being used.