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
As a docker user, I'm frustrated when dealing with the UI and have no idea the command to be run when I'll click on a button.
For example, in the UI, at the same time:
I can customize the Docker command itself
I can add ports, volumes in the UI (probably having an effect on the command which is run then).
What happens if I change both? A bug? Or which one has priority?
Describe the solution you'd like
Add a way to display all commands that are run by Dokploy on my host server.
Maybe the most simple way would be a console tab that shows all of the commands run.
In addition, before clicking buttons like Deploy, we could have a tooltip (or anything else) showing the command before it is actually run.
I think such feature would be very valuable as it bridges the gap between UI and CLI.
If this add too much noise to the UI, it could be activable using a "dev mode" setting to be turned on.
The text was updated successfully, but these errors were encountered:
What problem will this feature address?
As a docker user, I'm frustrated when dealing with the UI and have no idea the command to be run when I'll click on a button.
For example, in the UI, at the same time:
What happens if I change both? A bug? Or which one has priority?
Describe the solution you'd like
Add a way to display all commands that are run by Dokploy on my host server.
console
tab that shows all of the commands run.Deploy
, we could have a tooltip (or anything else) showing the command before it is actually run.I think such feature would be very valuable as it bridges the gap between UI and CLI.
If this add too much noise to the UI, it could be activable using a "dev mode" setting to be turned on.
The text was updated successfully, but these errors were encountered: