You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For one, Docker does not allow applications to use init.d or upstart, thus most applications have to use a process like supervisord or runit to loop the foreground process. Having a foreground option in pdagent would allow us to use services such as these to run the application.
Secondly, root isn't necessary. We can run applications as other users.
Allow for:
The text was updated successfully, but these errors were encountered: