Skip to content

Commit

Permalink
Merge pull request #8 from mc0e/master
Browse files Browse the repository at this point in the history
Added a necessary call to sudo
  • Loading branch information
ricardoamaro authored Apr 25, 2017
2 parents b90d214 + 96b7b20 commit a78cb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ricardoamaro/drupal-lamp
### Clean up
While i am developing i use this to rm all old instances
```
sudo docker ps -a | awk '{print $1}' | grep -v CONTAINER | xargs -n1 -I {} docker rm {}
sudo docker ps -a | awk '{print $1}' | grep -v CONTAINER | xargs -n1 -I {} sudo docker rm {}
```

### Known Issues
Expand Down

0 comments on commit a78cb28

Please sign in to comment.