bigbluebutton-Github/bbb-common-web/docker-clean.sh
2022-04-08 18:46:54 +00:00

3 lines
42 B
Bash

#!/bin/bash
docker rm -f $(docker ps -aq)