6772962c72
This allows to maintain the default behavior unchanged while making it possible to force clean. Follow-up to https://review.openstack.org/#/c/145921/ Change-Id: Ie5733b22bda9cdd7d08f5c5ecc5a3d94b984a125
4 lines
45 B
Bash
Executable File
4 lines
45 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker rm $@ $(docker ps -a -q)
|