Uninstalling Black Duck
Follow these instructions to uninstall Black Duck:
-
Stop and remove the containers, networks and secrets.
docker stack rm ${stack name}
-
Remove all unused volumes:
docker volume prune -a
CAUTION: This command removes all unused volumes: volumes not referenced by any container are removed. This includes unused volumes not used by other applications.
Note that the PostgreSQL database is not backed up. Use these instructions to back up the database.