Docker module: Remove by ID
Remove one or more containers given their ID.
Example
Remove multiple containers with in a single statement:
space -m docker /rm_by_id/ -- "7cb2fc04fc35 05c199f044f9"
Exit status code is expected to be 0 on success.
Edit this page