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

Facilitate running in docker #194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Facilitate running in docker #194

wants to merge 1 commit into from

Conversation

ngaro
Copy link

@ngaro ngaro commented Jan 8, 2025

This script is used to run matrix-commander in a container but without needing the docker-command and all the options.

(Example: Instead of docker run --rm -v /my/chosen/folder:/data:z matrix-commander -m "hello" the regular matrix-commander -m "hello" will work fine.)

Only 1 difference: The optional options --interactive and --pipes are added to make sure piping can work probably

  • If --interactive is given keyboard interaction will work fine (useful for things like --login) but piping will fail
  • If --pipes is given keyboard interaction might give problems but piping will work as expected
  • If none are given the setting of the var INTERACTIVE in the script itself is used

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

Successfully merging this pull request may close these issues.

1 participant