Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
abdotaskies committed Sep 5, 2024
1 parent 3df757e commit 0f39b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ wget --quiet --output-document=- https://download.docker.com/linux/ubuntu/gpg |
add-apt-repository --yes "deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/ubuntu $(lsb_release --codename --short) stable"
apt update
apt --yes install docker-ce
usermod -aG docker $USER
systemctl enable docker
Write-Log "Docker installed successfully"

0 comments on commit 0f39b6a

Please sign in to comment.