Skip to content

Commit

Permalink
fix: remove systemctl enable docker from just docker command (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Jan 2, 2024
1 parent d965108 commit 97ea484
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,7 @@ zsh:
sudo usermod $USER --shell /usr/bin/zsh
printf "${USER}'s shell is now %s." "$(cat /etc/passwd | grep ":$UID:" | cut '-d:' '-f7')"

# Enable docker on the system
# Configure Docker user permissions
docker:
sudo systemctl enable --now docker
sudo usermod -aG docker $USER
newgrp docker

0 comments on commit 97ea484

Please sign in to comment.