Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 673 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 673 Bytes

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