-
Docker Build to build the image
docker build -t demo_streamlit:v3 . -
Docker Run to run it locally to test
docker run -p 8081:8080 demo_streamlit:v3
-
Tag the build image
docker tag demo_streamlit:v3 anku22/streamlit:latest # local_image:tag dockerhub_username/destination_image_name:tag -
Push the image to DockerHub, make sure you are logged in into the docker desktop
docker push anku22/streamlit:latest
docker-streamlit
Directory actions
More options
Directory actions
More options
docker-streamlit
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||