killall_drill {sergeant}R Documentation

Prune all dead and running Drill Docker containers

Description

This is a destructive function. It will stop any Docker container that is based on an image matching a runtime command of "bin/drill-embedded". It's best used when you had a session forcefully interuppted and had been using the R helper functions to start/stop the Drill Docker container. You may want to consider using the Docker command-line interface to perform this work manually.

Usage

killall_drill()

See Also

Other Drill Docker functions: drill_up(), showall_drill()


[Package sergeant version 0.9.1 Index]