ETRI_SMARTFARM_POC/init.sh

3 lines
82 B
Bash
Raw Normal View History

2021-12-13 05:39:16 +00:00
rm -r *.db
docker container stop $(docker container ls -q)
docker container prune