Last active
September 6, 2019 19:02
-
-
Save aleguerra05/f9acecc776bd673313f30a44f44221fc to your computer and use it in GitHub Desktop.
Revisions
-
aleguerra05 revised this gist
Sep 6, 2019 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,3 +3,6 @@ sudo systemctl enable docker #check Docker status sudo systemctl status docker #remove untagged images docker rmi $(docker images -f "dangling=true" -q) -
aleguerra05 revised this gist
Sep 3, 2019 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ # Docker service start on boot sudo systemctl enable docker #check Docker status sudo systemctl status docker -
aleguerra05 created this gist
Aug 28, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ # Docker service start on boot sudo systemctl enable docker