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 characters
# Delete all containers together with their volumes | |
docker rm -vf $(docker ps -a -q) | |
# Delete all images | |
docker rmi -f $(docker images -a -q) |
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 characters
Homebrew build logs for osgeo/osgeo4mac/osgeo-gdal-filegdb on macOS 10.15.1 | |
Build date: 2019-11-26 11:33:04 |