6 lines
129 B
Bash
6 lines
129 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
echo " Will check if the '${CONTAINER}' exists and error if doesnt"
|
||
|
echo " Will create '${CONTAINER}'"
|