Skip to content

qwarksky/zshuv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

zshUV

GOAL

  • Docker with stable-slim Debian version
  • All tools you need to start light programming
  • Tmux can split your terminal in multiple panles

Documentation and resume main CLI

DOCKER basics CLI :

  • Verify Dockerfile : docker build --check .
  • Buliding image from Dockerfile : docker build -t zshuv .
  • Cleaning all images(be carefull) : docker system prune -af
  • Remove image : docker rmi -f zshuv
  • Runing image in zsh : docker run -it zshuv /bin/zsh
  • Listing images : docker images
  • Monitoring dockers : docker stats
  • Stopper un docker : docker stop zshuv

UV basics CLI :

  • Creat projet : uv init new_project
  • Install specific python version : uv python install 3.14
  • Run streamlit : uv run --active streamlit run home.py

Install from terminal

  1. $> git clone https://github.com/qwarksky/zshuv.git zshuv
  2. $> docker build -t zshuv .
  3. $> docker run -it zshuv /bin/zsh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published