OpenCHAMI / deployment-recipes

Ochami deployment recipes
MIT License
8 stars 10 forks source link

Remove -it from docker commands in quickstart/bash_functions.sh #69

Closed synackd closed 1 month ago

synackd commented 1 month ago

Fixes #65

This PR removes -it from docker commands in quickstart/bash_functions.sh.

The docker commands in the quickstart/bash_functions.sh file that use -it do not require stdin to be opened (-i) nor do they require a TTY to be allocated (-t). Having these flags in the commands actually causes issues in non-interactive situations like when running the quickstart steps in CI/CD runners.