Claenup docker util scripts
This commit is contained in:
5
ansible/roles/docker-cleanup/files/docker-utils/dc
Executable file
5
ansible/roles/docker-cleanup/files/docker-utils/dc
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
exec docker-compose -f "/opt/$1/docker-compose.yml" "${@:2}"
|
Reference in New Issue
Block a user