Allow users to execute a command inside a container from within the ploi UI.
Like running docker run [OPTIONS] IMAGE [COMMAND] [ARG...]
·
·
Sounds like this would also allow you to do a docker pull [IMAGE]? Allowing you to install any image from Docker Hub, without needing to leave Ploi. If so, that would be amazing!
no votes yet
·
SOOOOOOOOO @Dennis to help ypu out a bit;
You could maybe add a input field when you press a container that will tell you to "execute command in container" and then does the docker run command in that container? For example if you want to idk, execute something in your container like a php command or such??