mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
This functionality was broken due to a refactor of argument handling in a previous release. In addition to the fix, all the functionality was moved to scheduler-enter, which allows scheduler plugins to implement ways of entering containers in the relevant scheduler. Closes #3972