Use the package manager pip to install the dependencies before run the application
pip3 install -r requirements.txt
To start the terminal cast application, run:
python3 -m cast
optional arguments:
-h, --help show this help message and exit
-p [PORT], --port [PORT] port to run server on (default: 5000)
--debug debug the server (default: False)
--version print version and exit (default: False)
--command COMMAND Command to run in the terminal (default: bash)
--cmd-args CMD_ARGS arguments to pass to command (i.e. --cmd-args='arg1
arg2 --flag') (default: )
Build image
docker build -t cast .
Run built image
docker run --name cast.sh-container -p 5000:5000/tcp -i -t cast
Everyone interacting with the cast-sh codebase and issue tracker is expected to follow our Code of Conduct.