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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Currently even knowing which interface we want from the container you have to check the various providers or container.php for the correct identifier.
Seeing as rancherize already requires php7+ we have access to Interface::class as easy access to the classpath string. All container identifiers should be moved to use Interface::class.