Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help - How do I start container? #1

Open
rgarbin opened this issue Oct 30, 2015 · 0 comments
Open

Help - How do I start container? #1

rgarbin opened this issue Oct 30, 2015 · 0 comments

Comments

@rgarbin
Copy link

rgarbin commented Oct 30, 2015

Steps:

$ docker pull stackatoapps/osqa
$ docker run -t stackatoapps/osqa

➜ osqa git:(master) ✗ docker run -t stackatoapps/osqa
Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_line(sys.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 399, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 261, in fetch_command
commands = get_commands()
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 107, in get_commands
apps = settings.INSTALLED_APPS
File "/usr/local/lib/python2.7/dist-packages/django/conf/init.py", line 54, in getattr
self._setup(name)
File "/usr/local/lib/python2.7/dist-packages/django/conf/init.py", line 49, in _setup
self._wrapped = Settings(settings_module)
File "/usr/local/lib/python2.7/dist-packages/django/conf/init.py", line 128, in init
mod = importlib.import_module(self.SETTINGS_MODULE)
File "/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line 40, in import_module
import(name)
File "/src/settings.py", line 56, in
from settings_local import *
File "/src/settings_local.py", line 26, in
host = json.loads(os.environ['VCAP_APPLICATION'])['uris'][0]
File "/usr/lib/python2.7/UserDict.py", line 23, in getitem
raise KeyError(key)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant