Skip to content

Instantly share code, notes, and snippets.

@pilec
Created February 3, 2016 10:21
Show Gist options
  • Save pilec/4b45e78aebdbb4f1c955 to your computer and use it in GitHub Desktop.
Save pilec/4b45e78aebdbb4f1c955 to your computer and use it in GitHub Desktop.
COMMAND ['docker', 'run', '--rm', '--name', 'valk_order_event_server-container_b2c66275360a41d9aae201ee4d22e414', 'valk/order_event_server:1']
order_event wait err:Error response from daemon: no such id: valk_order_event_server-container_b2c66275360a41d9aae201ee4d22e414
order_event err :Traceback (most recent call last):
order_event err : File "/usr/local/bin/gaepython", line 31, in <module>
order_event err : APP_CONFIGURATION = application_configuration.ApplicationConfiguration(["/opt/valkfleet"])
order_event err : File "/opt/google_appengine/google/appengine/tools/devappserver2/application_configuration.py", line 777, in __init__
order_event err : config_paths = self._config_files_from_paths(config_paths)
order_event err : File "/opt/google_appengine/google/appengine/tools/devappserver2/application_configuration.py", line 843, in _config_files_from_paths
order_event err : self._config_files_from_dir(path) if os.path.isdir(path) else [path])
order_event err : File "/opt/google_appengine/google/appengine/tools/devappserver2/application_configuration.py", line 874, in _config_files_from_dir
order_event err : (dir_path, or_web_inf))
order_event err :google.appengine.tools.devappserver2.errors.AppConfigNotFoundError: "/opt/valkfleet" is a directory but does not contain app.yaml or app.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment