Skip to content

Instantly share code, notes, and snippets.

@Turmaxx
Last active November 16, 2022 23:36
Show Gist options
  • Select an option

  • Save Turmaxx/fcaf6dce827751207decb4a8905a7d11 to your computer and use it in GitHub Desktop.

Select an option

Save Turmaxx/fcaf6dce827751207decb4a8905a7d11 to your computer and use it in GitHub Desktop.

Revisions

  1. Turmaxx revised this gist Nov 16, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions permitDocker.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,4 @@
    #!/bin/bash
    sudo groupadd docker
    sudo usermod -aG docker $USER

  2. Turmaxx created this gist Nov 16, 2022.
    5 changes: 5 additions & 0 deletions permitDocker.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    sudo groupadd docker
    sudo usermod -aG docker $USER

    # System will need a reboot
    reboot