module Falcon::Environment::Server

def container_options

Options to use when creating the container.
def container_options
	{restart: true, count: self.count}.compact
end