Skip to content

Commit

Permalink
chore(just): add docker description (ublue-os#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobslept authored Nov 3, 2023
1 parent 21cbadf commit e0c074a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions just/custom.just
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,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
docker:
sudo systemctl enable --now docker
sudo usermod -aG docker $USER
Expand Down

0 comments on commit e0c074a

Please sign in to comment.