Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add a pop up for custom command #588

Open
MayDomine opened this issue Oct 31, 2024 · 1 comment
Open

Please add a pop up for custom command #588

MayDomine opened this issue Oct 31, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@MayDomine
Copy link

Describe the solution you'd like
When I configure a custom command , provide a key:value for prompting some message.
In a lot of case such as rename container/images save images/container and so on.

@MayDomine MayDomine added the enhancement New feature or request label Oct 31, 2024
@blwsh
Copy link

blwsh commented Nov 29, 2024

Just use custom commands in the config?

customCommands:
  containers:
    - name: bash
      attach: true
      command: 'docker exec -it {{ .Container.ID }} bash'
      serviceNames: []

https://github.com/blwsh/lazydocker/blob/df6c8c196e218bdff48e72824dfd0da43335f05d/docs/Config.md#L118-L129

A popup seems redudent. If you want to use a different shell once you're in the container - just execute the shell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants