88 89 90
# File 'lib/dory/docker_service.rb', line 88 def start_cmd "docker start #{Shellwords.escape(self.container_name)}" end