Forked from weblancaster/gist:6e7f43fc02725ce747e224b0c4290906
Created
March 23, 2018 15:56
-
-
Save jcmelati/80c8a48f36c3e66390ecaf938cab82cc to your computer and use it in GitHub Desktop.
Revisions
-
weblancaster revised this gist
Oct 12, 2016 . 1 changed file with 3 additions and 3 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,8 +1,8 @@ #stop all containers: docker kill $(docker ps -q) #remove all containers docker rm $(docker ps -a -q) #remove all docker images docker rmi $(docker images -q) -
weblancaster renamed this gist
Oct 12, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
weblancaster created this gist
Oct 12, 2016 .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,8 @@ stop all containers: docker kill $(docker ps -q) remove all containers docker rm $(docker ps -a -q) remove all docker images docker rmi $(docker images -q)