🌴
- Vilnius, Lithuania
Pinned Loading
-
oneliners.md
oneliners.md 1## removing images
2docker image rm $(docker images | grep with-db-certs | awk '{ print $1":"$2}')
34## removing untaged images
5docker images | egrep '\<none\>' | awk '{print $3}' | xargs -I {} docker image rm {}
-
dgoss.md
dgoss.md 1## Installation
23```bash
4curl -L https://raw.githubusercontent.com/aelsabbahy/goss/master/extras/dgoss/dgoss -o /usr/local/bin/dgoss
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.