Last active
July 4, 2019 14:24
-
-
Save xander-miller/5543284667c0b8bdd3cb6a1b4cb806e8 to your computer and use it in GitHub Desktop.
Revisions
-
xander-miller revised this gist
Jul 4, 2019 . 1 changed file with 3 additions and 1 deletion.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,6 +1,8 @@ To restart a docker from the cli `docker-machine restart` Removes images and containers. (best to stop all containers first) `docker system prune -a` Removes all inactive volumes `docker volume prune` Restart Docker after System prune to clean things out completely. -
xander-miller revised this gist
Apr 17, 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 @@ -16,6 +16,8 @@ run npm `docker exec -t talentcloud-op make npm-dev` Lareval Stuff https://stackoverflow.com/questions/45034581/laravel-5-4-cross-env-is-not-recognized-as-an-internal-or-external-command/45629368#45629368 npm install --global cross-env npm install --no-bin-links -
xander-miller revised this gist
Apr 17, 2019 . 1 changed file with 7 additions and 1 deletion.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 @@ -12,4 +12,10 @@ To run a command in a container `docker exec {container_name} {command}` `talentcloud-op` run npm `docker exec -t talentcloud-op make npm-dev` Lareval Stuff npm install --global cross-env npm install --no-bin-links -
xander-miller revised this gist
Mar 27, 2019 . 1 changed file with 3 additions and 1 deletion.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 @@ -10,4 +10,6 @@ To shell into a container `docker exec -it {container_name} sh` To run a command in a container `docker exec {container_name} {command}` `talentcloud-op` run npm `docker exec -t talentcloud-op make npm-dev` -
xander-miller revised this gist
Mar 27, 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 @@ To restart a docker from the cli `docker-machine restart` Nukes all current Docker processes `docker system prune -a` Restart Docker after System prune to clean things out completely. -
xander-miller revised this gist
Mar 26, 2019 . 1 changed file with 5 additions and 1 deletion.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 @@ -4,4 +4,8 @@ Restart Docker after System prune to clean things out completely. Build before your up. `docker-compose build` `docker-compose up` To shell into a container `docker exec -it {container_name} sh` To run a command in a container `docker exec {container_name} {command}` `talentcloud-op` -
xander-miller revised this gist
Mar 22, 2019 . 1 changed file with 1 addition and 1 deletion.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 @@ -4,4 +4,4 @@ Restart Docker after System prune to clean things out completely. Build before your up. `docker-compose build` `docker-compose up` To shell into a container `docker exec -it {container_name} sh` -
xander-miller revised this gist
Mar 22, 2019 . 1 changed file with 3 additions and 1 deletion.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 @@ -2,4 +2,6 @@ Nukes all current Docker processes `docker system prune -a` Restart Docker after System prune to clean things out completely. Build before your up. `docker-compose build` `docker-compose up` To shell into a container `docker exec -it nginx sh` -
xander-miller revised this gist
Mar 22, 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 @@ Nukes all current Docker processes `docker system prune -a` Restart Docker after System prune to clean things out completely. Build before your up. `docker-compose build` `docker-compose up` -
xander-miller revised this gist
Mar 22, 2019 . 1 changed file with 3 additions and 1 deletion.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 +1,3 @@ Nukes all current Docker processes `docker system prune -a` Build before your up. `docker-compose build` `docker-compose up` -
xander-miller created this gist
Mar 22, 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 @@ Nukes all current Docker processes `docker system prune -a`