Docker Container "Indexes"


Recommended Posts

Anyone else think it would be useful to be able to define the order in which docker containers are autostarted in unRAID?

Personally, I'm trying to set up an nginx proxy to a few services I'm running on Docker. Initially, I was using jwilder's nginx-proxy. That works really well, but I want to move away from it since most of what it does (sans templating) can be done using links. The only issue I see is though, is that the nginx container would have to be ran last. I suppose I could get around this by not autostarting it and initiating it myself in the case of a reboot.

 

Also, has anyone talked about support for compose in unRAID? That might be a solution to this kind of issue as well.

Link to comment

I run a Apache reverse proxy and it will error out as the other services as booting, but once they do it works fine.  Does nginx need the service to be there before it boots?

 

Is there a way to add a delay/sleep/pause in the launching script that gets put in init.d? I cannot recall what is the starting procedure for this reverse proxy docker.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.