Skip to content

Docker hangs with dokku-logginer-supervisord installed #32

@rsteckler

Description

@rsteckler

Fresh install of dokku v4.0.4, install this plugin, then deploy my app. Sometimes it works for a few pushes, then deployments/restarts hang and never work again.

A dokku --trace ps:restart shows that the deployment hangs on this line. Running the same command from the CLI also just hangs:

docker run -i -a stdin dokku/myapp:latest /bin/bash -c 'if [[ -L /exec ]];then rm -f /exec && cp -f /start /exec; fi'

I uninstalled the plugin and everything works again.

I'm by no means a docker expert so I'm not sure what's going on beyond that, but I'm happy to debug/test if anyone has ideas.

Thanks,
Ryan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions