question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docker Install Freezes on OSX Sierra

See original GitHub issue

I am following the following tutorial using the Docker route and am encountering a difficulty: http://django-shop.readthedocs.io/en/latest/tutorial/quickstart.html#tutorial-prepared-docker-image

After I run this command docker run --name demo-shop-i18n_polymorphic --env DJANGO_SHOP_TUTORIAL=i18n_polymorphic -p 9001:9001 awesto/django-shop-demo:latest I see a few items being downloaded. However, the process seems to freeze at the following step:

setting capability setuid [7]

I have waited as long as one hour and tried to re-do the entire thing twice to no avail. Could anyone suggest what is going on?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
maltitcocommented, Jun 13, 2017

I tested the latest and 10.0.1 tag and I have the same issue if i use:

docker run --name demo-shop-i18n_polymorphic --env DJANGO_SHOP_TUTORIAL=i18n_polymorphic -p 9001:9001 awesto/django-shop-demo:latest

Try it that way:

  1. docker pull awesto/uwsgi-django-shop
  2. docker start demo-shop-i18n_polymorphic

I tested it and it worked for me - in the browser enter 0.0.0.0:9001

0reactions
jriefcommented, Sep 5, 2017

docker run ... can take several minutes before delivering content. This is because some media files have to be downloaded.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docker for Mac freezes after attempt at building image on ...
After first attempt (Fresh install of Docker for Mac) the image gets into downloading the bases, stops halfway through and hangs. After this,...
Read more >
Docker for Mac hangs constantly · Issue #1835 - GitHub
Installed docker on new MBP and after mac woke up from sleep, I noticed this issue. I have not noticed this on my...
Read more >
Installation Hangs During the Verifying Sequence
1. Restart your Mac and try installing again · 2. · 3. Copy the downloaded Installer as illustrated below. · 4. Right-click on...
Read more >
"docker-machine" stuck at "Creating SSH key" - Super User
I ran into this issue too. It ended up being permissions on the default machine that was created using the docker toolbox script....
Read more >
DB2 Developer Community Edition Docker install on Mac ...
The install gets through the download phase and begins the "Starting Services" phase, but hangs at 70% progress and never completes. The /Users/username/Library ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found