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

setup steps can become unwieldy when manually managing containers #81

Open
phlogistonjohn opened this issue May 3, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@phlogistonjohn
Copy link
Collaborator

sambacc provides a "setup steps" feature for some commands (mainly run) in which you can pass to have sambacc perform and explict set of setup steps before launching the main command (starting a long running process like smbd,winbind).

An example from a recent task did: run --setup=config --setup=users --setup=users_passdb --setup=nsswitch smbd
While it's nice that the setups steps are granular enough to provide a fine level of control over how sambacc sets up the environment its a bit to remember and type.
This was not a problem when samba-container images are mostly getting run via a higher level of orchestration like the samba-operator. However, when working in a low-orchestration environment this can be annoying

This is is a "I'm not commited to this, but let's think about it" to consider some sort of higher level way to invoke the setup steps - probably through the config file.

@phlogistonjohn phlogistonjohn added the enhancement New feature or request label May 3, 2023
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

1 participant