Skip to content

Latest commit

 

History

History
91 lines (76 loc) · 3.1 KB

README.md

File metadata and controls

91 lines (76 loc) · 3.1 KB

Tuwaiq_Academy

Day Slides Examples
Day#1 Slides Run Jupyter Docker image or
Day#2 Slides
Day#3 Slides Run the project using Docker or

Dashbord

First Day

Reivew the Slides

Command to run Just jupyter docker image

docker compose up jupyter   

Second Day

Reivew the Slides

Third day

Reivew the Slides

Dashbord

Commands of docker compose

  • build the docker image
docker compose build  
  • run all
docker compose up  
  • stop and remove all
docker compose down 
  • clean
docker volume rm $(docker volume ls -q)
docker image rm $(docker image ls -q)
docker system prune