Skip to content

Comments

Runs the Docker container commands in detached mode#33

Open
rsteckler wants to merge 1 commit intosehrope:masterfrom
rsteckler:master
Open

Runs the Docker container commands in detached mode#33
rsteckler wants to merge 1 commit intosehrope:masterfrom
rsteckler:master

Conversation

@rsteckler
Copy link

On my machine, this fixes #32. Conceptually, it makes sense to me even though I'm by no means a Docker expert. "run -d" returns immediately from Docker and provides the container ID. The next line waits until the container command exits.

@srigi
Copy link

srigi commented Nov 16, 2015

I have the same issue as in #32 - after updating to dokku 0.4.4 - it hangs on installing supervisord to the container. This patch provided by @rsteckler actually helps (thank you).

@eljojo
Copy link

eljojo commented Nov 26, 2015

Hi, I tried this and it worked perfectly as well! thanks!

@Benjamin-Dobell
Copy link

This is actually caused by a Docker bug:
moby/moby#18543
It's an enormous pain.

@eljojo
Copy link

eljojo commented Jan 27, 2016

🙌

@dblock
Copy link

dblock commented Feb 10, 2016

Is this an acceptable work-around? Should it be merged, right now this makes the plugin not so much recommended, restarting processes is more-a-less a basic function and I just burned by it ;(

@mattcone
Copy link

Works for me 👍

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

Successfully merging this pull request may close these issues.

Docker hangs with dokku-logginer-supervisord installed

6 participants