Skip to content

DanielNoohi/ubuntu-server-docker-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

ubuntu-server-docker-setup

Automated Ubuntu Docker Setup Script

  1. Update, Upgrade, and Clean the server:

    • Update
    • Upgrade
    • Dist-Upgrade
    • AutoRemove
    • AutoClean
    • Clean
  2. Install UFW and enable it then Open 22 Port

  3. Install Useful Packages:

apt-transport-https ca-certificates curl software-properties-common and in the end curl -fsSL https://get.docker.com | sh

Run

Tested on: Ubuntu 18+, Debian 11+

wget "https://raw.githubusercontent.com/DanielNoohi/ubuntu-server-docker-setup/main/docker-install.sh" -O docker-install.sh && chmod +x docker-install.sh && bash docker-install.sh

About

Automated Ubuntu Docker Setup Script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages