blob: f60f7f3bbc45f826ea57b9bd8a453f619412031a [file] [log] [blame] [edit]
#!/bin/bash
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
docker exec compose /compose_startup.sh down
docker stop registry
docker system prune -f
docker volume prune -f
docker image prune -f
docker container prune -f