Containerised streamlit instances that uses a boot.sh for easy management.
Example deployment command -
docker run -d \
-p 8501:8501 \
--name [app name] \
-v [directory where you app files are]:/opt/streamlit \
chrisjbawden/streamlit-container \
Note: modify the app.py in the /app directory with your own app - its important to keep the name "app.py" unless you modify the boot.sh