Skip to content

AllenCheng5186/Package-Install-Shortcut-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Package-Install-Shortcut-Script

Common packages and services install shutcut scripts

Caution: Review every lines of commands in the scripts before you run!

Ubuntu

  • docker:
    • official installation guide on docker docs: https://docs.docker.com/engine/install/
    • verified on verison: Ubuntu LTS 22.04 x64
    • include: docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
    • feature:
      • install both docker main service and docker-compose plugin
      • test installation output result
      • auto add current user to docker group to run docker command without sudo
    • Kind reminder: For Nvidia gpu users, if you wan to run docker container with Nvidia gpu, install docker and docker-compose using this script. Because nvidia-container-toolkit does not support docker desktop verison. Github issue: NVIDIA/nvidia-container-toolkit#229 (comment)
    • shell script run command:
    curl -s https://raw.githubusercontent.com/AllenCheng5186/Package-Install-Shortcut-Script/main/Ubuntu/ubuntu_docker_install.sh > ubuntu_docker_install.sh && bash ubuntu_docker_install.sh
    

Arch

  • docker:
    • Arch wiki docker topic: https://wiki.archlinux.org/title/docker
    • verified on kernel verison: 6.7.5-arch1-1
    • include: docker docker-compose
      • install both docker main service and docker-compose plugin
      • test installation output result
      • auto add current user to docker group to run docker command without sudo
    • Kind reminder: For Nvidia gpu users, if you wan to run docker container with Nvidia gpu, install docker and docker-compose using this script. Because nvidia-container-toolkit does not support docker desktop verison. Github issue: NVIDIA/nvidia-container-toolkit#229 (comment)
    • shell script run command:
    curl -s https://raw.githubusercontent.com/AllenCheng5186/Package-Install-Shortcut-Script/main/Arch/arch_docker_install.sh > arch_docker_install.sh && bash arch_docker_install.sh
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages